aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/070-add-missing-header.patch
blob: e3ec7807e780f8b4bbafe594e3ff1a29eb3d407b (plain)
1
2
3
4
5
6
7
8
9
10
--- a/compat/backport-3.15.c
+++ b/compat/backport-3.15.c
@@ -12,6 +12,7 @@
 #include <linux/kernel.h>
 #include <linux/device.h>
 #include <linux/of.h>
+#include <linux/string.h>
 #include <net/net_namespace.h>
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,5,0))