python-pyasn: bump to version 1.6.0b1
[buildroot-gz.git] / package / ifplugd / 0002-fix-headers.patch
blob06372a26a05d031ed6b22b5afb4118c8ce0a9dc9
1 ---
2 src/interface.c | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
5 Index: ifplugd-0.28/src/interface.c
6 ===================================================================
7 --- ifplugd-0.28.orig/src/interface.c
8 +++ ifplugd-0.28/src/interface.c
9 @@ -23,7 +23,6 @@
10 #endif
12 #include <linux/sockios.h>
13 -#include <linux/if_ether.h>
14 #include <sys/types.h>
15 #include <sys/socket.h>
16 #include <sys/ioctl.h>
17 @@ -32,6 +31,7 @@
18 #include <string.h>
19 #include <errno.h>
20 #include <netinet/in.h>
21 +#include <netinet/if_ether.h>
22 #include <stdio.h>
23 #include <ctype.h>
24 #include <stdlib.h>