mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
24
package/ifplugd/0002-fix-headers.patch
Normal file
24
package/ifplugd/0002-fix-headers.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
src/interface.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: ifplugd-0.28/src/interface.c
|
||||
===================================================================
|
||||
--- ifplugd-0.28.orig/src/interface.c
|
||||
+++ ifplugd-0.28/src/interface.c
|
||||
@@ -23,7 +23,6 @@
|
||||
#endif
|
||||
|
||||
#include <linux/sockios.h>
|
||||
-#include <linux/if_ether.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
@@ -32,6 +31,7 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <netinet/in.h>
|
||||
+#include <netinet/if_ether.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
Reference in New Issue
Block a user