aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/interface.c2
-rw-r--r--networking/libiproute/ip_parse_common_args.c2
2 files changed, 2 insertions, 2 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 @@
#include <sys/types.h>
#include <net/if.h>
#include <net/if_arp.h>
-#include "libbb.h"
+#include "busybox.h"
#ifdef CONFIG_FEATURE_IPV6
# define HAVE_AFINET6 1
diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c
index a76df48e0..52e549ea2 100644
--- a/networking/libiproute/ip_parse_common_args.c
+++ b/networking/libiproute/ip_parse_common_args.c
@@ -16,10 +16,10 @@
#include <string.h>
+#include "libbb.h"
#include "utils.h"
#include "ip_common.h"
-#include "busybox.h"
int preferred_family = AF_UNSPEC;
int oneline = 0;