diff options
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r-- | networking/ifconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c index 3dcc902ca..5742399c5 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c | |||
@@ -37,7 +37,7 @@ | |||
37 | #include <netinet/if_ether.h> | 37 | #include <netinet/if_ether.h> |
38 | #endif | 38 | #endif |
39 | #include "inet_common.h" | 39 | #include "inet_common.h" |
40 | #include "busybox.h" | 40 | #include "libbb.h" |
41 | 41 | ||
42 | #if ENABLE_FEATURE_IFCONFIG_SLIP | 42 | #if ENABLE_FEATURE_IFCONFIG_SLIP |
43 | # include <net/if_slip.h> | 43 | # include <net/if_slip.h> |