summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/120-compile_fix.patch
blob: f107cd49c6fbc3c87e27f6e227e017c6bef74cb1 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
@@ -22,6 +22,7 @@
 #include <netlink/genl/genl.h>
 #include <netlink/genl/family.h>
 #include <netlink/genl/ctrl.h>
+#include <linux/rtnetlink.h>
 #include <netpacket/packet.h>
 #include <linux/filter.h>
 #include "nl80211_copy.h"