blob: bc74904b38b9c06714d32d91deda64c30d50d4db (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/busybox-1.21.0/networking/ifconfig.c
+++ b/busybox-1.21.0/networking/ifconfig.c
@@ -56,7 +56,7 @@
#endif
#if ENABLE_FEATURE_IFCONFIG_SLIP
-# include <net/if_slip.h>
+# include <linux/if_slip.h>
#endif
/* I don't know if this is needed for busybox or not. Anyone? */
|