diff options
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 |