aboutsummaryrefslogtreecommitdiff
path: root/networking/ifconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r--networking/ifconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c
index 1e960d45c..1a56c1cd5 100644
--- a/networking/ifconfig.c
+++ b/networking/ifconfig.c
@@ -36,8 +36,8 @@
#include <sys/types.h>
#include <netinet/if_ether.h>
#endif
-#include "inet_common.h"
#include "libbb.h"
+#include "inet_common.h"
#if ENABLE_FEATURE_IFCONFIG_SLIP
# include <net/if_slip.h>