zcip: simplify code
[oweals/busybox.git] / networking / ifconfig.c
index 999305affa0ccabdb02a9d247aeb7545af2b41e5..8984b020773f082792931fdc3466f26c3874c539 100644 (file)
@@ -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? */