Comment 5 for bug 673073

Revision history for this message
Colin Watson (cjwatson) wrote :

netcfg was also affected. Workaround:

+#ifdef __linux__
+#include <linux/if.h>
+#else
 #include <net/if.h>
+#endif