06372a26a05d031ed6b22b5afb4118c8ce0a9dc9
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ifplugd / 0002-fix-headers.patch
1 ---
2  src/interface.c |    2 +-
3  1 file changed, 1 insertion(+), 1 deletion(-)
4
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
11  
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>