mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 22:28:26 +02:00
11 lines
266 B
Diff
11 lines
266 B
Diff
|
--- a/src/drivers/driver_nl80211.c
|
||
|
+++ b/src/drivers/driver_nl80211.c
|
||
|
@@ -23,6 +23,7 @@
|
||
|
#include <netlink/genl/genl.h>
|
||
|
#include <netlink/genl/family.h>
|
||
|
#include <netlink/genl/ctrl.h>
|
||
|
+#include <linux/rtnetlink.h>
|
||
|
#include "nl80211_copy.h"
|
||
|
|
||
|
#include "common.h"
|