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:
47061b4
)
add include <sys/socket.h>
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 17 Apr 2011 21:18:15 +0000
(23:18 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 17 Apr 2011 21:18:15 +0000
(23:18 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/libiproute/ll_types.c
patch
|
blob
|
history
diff --git
a/networking/libiproute/ll_types.c
b/networking/libiproute/ll_types.c
index 38b6c0516633865a1ff5ee966fe7a96cd32583a6..bb42e269e51b06153c66d8cb72c98f395eee3b73 100644
(file)
--- a/
networking/libiproute/ll_types.c
+++ b/
networking/libiproute/ll_types.c
@@
-7,6
+7,7
@@
*
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*/
+#include <sys/socket.h> /* linux/if_arp.h needs it on some systems */
#include <arpa/inet.h>
#include <linux/if_arp.h>