udhcp: build fix for ppc kernel 2.4.36
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 25 Mar 2008 06:04:58 +0000 (06:04 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 25 Mar 2008 06:04:58 +0000 (06:04 -0000)
networking/udhcp/clientsocket.c

index 0be661d..1142001 100644 (file)
  */
 
 #include <features.h>
+#include <asm/types.h>
 #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(_NEWLIB_VERSION)
 #include <netpacket/packet.h>
 #include <net/ethernet.h>
 #else
-#include <asm/types.h>
 #include <linux/if_packet.h>
 #include <linux/if_ether.h>
 #endif