svn commit: trunk/busybox/networking/udhcp
vda at busybox.net
vda at busybox.net
Mon Mar 24 23:05:04 PDT 2008
Author: vda
Date: 2008-03-24 23:04:58 -0700 (Mon, 24 Mar 2008)
New Revision: 21487
Log:
udhcp: build fix for ppc kernel 2.4.36
Modified:
trunk/busybox/networking/udhcp/clientsocket.c
Changeset:
Modified: trunk/busybox/networking/udhcp/clientsocket.c
===================================================================
--- trunk/busybox/networking/udhcp/clientsocket.c 2008-03-25 06:03:19 UTC (rev 21486)
+++ trunk/busybox/networking/udhcp/clientsocket.c 2008-03-25 06:04:58 UTC (rev 21487)
@@ -22,11 +22,11 @@
*/
#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
More information about the busybox-cvs
mailing list