projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c3b0d5
)
udhcp: build fix for ppc kernel 2.4.36
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 25 Mar 2008 06:04:58 +0000
(06:04 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 25 Mar 2008 06:04:58 +0000
(06:04 -0000)
networking/udhcp/clientsocket.c
patch
|
blob
|
history
diff --git
a/networking/udhcp/clientsocket.c
b/networking/udhcp/clientsocket.c
index 0be661d4fef2d6b9c857d32af62316315048f76e..1142001921f6c8dc9eb466f3e3e55af222f032e6 100644
(file)
--- a/
networking/udhcp/clientsocket.c
+++ b/
networking/udhcp/clientsocket.c
@@
-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