diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-05 16:21:37 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-05 16:21:37 +0000 |
commit | fa939aae8178b1675e6fa118c7da05ae575f87cd (patch) | |
tree | 00bbd3cfe2ad339355510b3e96c57d7f985f0674 /networking/interface.c | |
parent | 465874f3a31da80c3fe444a425afbb840098de1c (diff) | |
download | busybox-w32-fa939aae8178b1675e6fa118c7da05ae575f87cd.tar.gz busybox-w32-fa939aae8178b1675e6fa118c7da05ae575f87cd.tar.bz2 busybox-w32-fa939aae8178b1675e6fa118c7da05ae575f87cd.zip |
- include proper headers.
Diffstat (limited to 'networking/interface.c')
-rw-r--r-- | networking/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/interface.c b/networking/interface.c index 5c1ee92cd..39fd44cc2 100644 --- a/networking/interface.c +++ b/networking/interface.c | |||
@@ -73,7 +73,7 @@ | |||
73 | #include <sys/types.h> | 73 | #include <sys/types.h> |
74 | #include <net/if.h> | 74 | #include <net/if.h> |
75 | #include <net/if_arp.h> | 75 | #include <net/if_arp.h> |
76 | #include "libbb.h" | 76 | #include "busybox.h" |
77 | 77 | ||
78 | #ifdef CONFIG_FEATURE_IPV6 | 78 | #ifdef CONFIG_FEATURE_IPV6 |
79 | # define HAVE_AFINET6 1 | 79 | # define HAVE_AFINET6 1 |