netcfg was also affected. Workaround:
+#ifdef __linux__ +#include <linux/if.h> +#else #include <net/if.h> +#endif
netcfg was also affected. Workaround:
+#ifdef __linux__
+#include <linux/if.h>
+#else
#include <net/if.h>
+#endif