diff options
Diffstat (limited to 'networking/arp.c')
-rw-r--r-- | networking/arp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arp.c b/networking/arp.c index 7a36f44..6a7c862 100644 --- a/networking/arp.c +++ b/networking/arp.c @@ -13,7 +13,7 @@ * modified for getopt32 by Arne Bernin <arne [at] alamut.de> */ -#include "busybox.h" +#include "libbb.h" #include "inet_common.h" #include <arpa/inet.h> |