aboutsummaryrefslogtreecommitdiff
path: root/networking/interface.c
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-05 16:21:37 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-05 16:21:37 +0000
commit0c6b68ee7628d02023885d1fc31a53197995f482 (patch)
tree00bbd3cfe2ad339355510b3e96c57d7f985f0674 /networking/interface.c
parent136989784d36fec6213475deeb731401e165f8e5 (diff)
downloadbusybox-w32-0c6b68ee7628d02023885d1fc31a53197995f482.tar.gz
busybox-w32-0c6b68ee7628d02023885d1fc31a53197995f482.tar.bz2
busybox-w32-0c6b68ee7628d02023885d1fc31a53197995f482.zip
- include proper headers.
git-svn-id: svn://busybox.net/trunk/busybox@14756 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking/interface.c')
-rw-r--r--networking/interface.c2
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