aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/ifconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c
index 999305aff..8984b0207 100644
--- a/networking/ifconfig.c
+++ b/networking/ifconfig.c
@@ -56,7 +56,7 @@
56#endif 56#endif
57 57
58#if ENABLE_FEATURE_IFCONFIG_SLIP 58#if ENABLE_FEATURE_IFCONFIG_SLIP
59# include <net/if_slip.h> 59# include <linux/if_slip.h>
60#endif 60#endif
61 61
62/* I don't know if this is needed for busybox or not. Anyone? */ 62/* I don't know if this is needed for busybox or not. Anyone? */