diff options
author | Denys Vlasenko | 2009-07-10 18:37:06 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-07-10 18:37:06 +0200 |
commit | 860d2bbdda67acfec39cd28e38881633ec4e66d6 (patch) | |
tree | 284fe111111ba2e2f19deed779e34846e58e04ca /networking/udhcp/clientsocket.c | |
parent | 874201fee5a57acf25efe1b0b9c7e58ef6ef98a5 (diff) | |
download | busybox-860d2bbdda67acfec39cd28e38881633ec4e66d6.zip busybox-860d2bbdda67acfec39cd28e38881633ec4e66d6.tar.gz |
fix fallout from BSD patches
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/clientsocket.c')
-rw-r--r-- | networking/udhcp/clientsocket.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/networking/udhcp/clientsocket.c b/networking/udhcp/clientsocket.c index 0febc04..8e68f31 100644 --- a/networking/udhcp/clientsocket.c +++ b/networking/udhcp/clientsocket.c @@ -20,6 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "common.h" +#include "dhcpd.h" +#include "dhcpc.h" + //#include <features.h> #include <asm/types.h> @@ -32,10 +36,6 @@ #endif #include <linux/filter.h> -#include "common.h" -#include "dhcpd.h" -#include "dhcpc.h" - int FAST_FUNC udhcp_raw_socket(int ifindex) { int fd; |