fix build error with musl libc due to if_slip.h
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 15 Aug 2013 07:54:51 +0000 (09:54 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 15 Aug 2013 07:54:51 +0000 (09:54 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ifconfig.c

index 999305a..8984b02 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? */