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:
6761d7d
)
fix build error with musl libc due to if_slip.h
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 15 Aug 2013 07:54:51 +0000
(09:54 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 15 Aug 2013 07:54:51 +0000
(09:54 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ifconfig.c
patch
|
blob
|
history
diff --git
a/networking/ifconfig.c
b/networking/ifconfig.c
index 999305affa0ccabdb02a9d247aeb7545af2b41e5..8984b020773f082792931fdc3466f26c3874c539 100644
(file)
--- a/
networking/ifconfig.c
+++ b/
networking/ifconfig.c
@@
-56,7
+56,7
@@
#endif
#if ENABLE_FEATURE_IFCONFIG_SLIP
-# include <
net
/if_slip.h>
+# include <
linux
/if_slip.h>
#endif
/* I don't know if this is needed for busybox or not. Anyone? */