Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit abe78a50dd868167121e11f37b166c8193816999 Author: Marek Lindner mareklindner@neomailbox.ch Date: Wed Jan 29 16:41:30 2014 +0800
batctl: switch to net/if.h include to make OpenWrt build happy
Signed-off-by: Sven Eckelmann sven@narfation.org Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
abe78a50dd868167121e11f37b166c8193816999 ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ioctl.c b/ioctl.c index eccac66..1f827e8 100644 --- a/ioctl.c +++ b/ioctl.c @@ -25,10 +25,10 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <net/if.h> #include <sys/ioctl.h> #include <sys/types.h> #include <sys/socket.h> -#include <linux/if.h> #include <linux/sockios.h> #include <linux/ethtool.h> #include <stdint.h>