mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
authsae: fix musl build
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42980
This commit is contained in:
parent
338892ddf8
commit
6c2a017553
10
package/network/services/authsae/patches/100-musl_fix.patch
Normal file
10
package/network/services/authsae/patches/100-musl_fix.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/linux/mon.c
|
||||
+++ b/linux/mon.c
|
||||
@@ -44,7 +44,6 @@
|
||||
#include <signal.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
-#include <sys/sysctl.h>
|
||||
#include <sys/queue.h>
|
||||
#include <netinet/in.h>
|
||||
#include <net/if.h>
|
Loading…
Reference in New Issue
Block a user