aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211/patches/004-ratelimit_compile_fix.patch
blob: 56110eab0cd8a6db31a3294f101f187424855187 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/common.c
+++ b/common.c
@@ -34,6 +34,7 @@
 #include <linux/pci.h>
 #include <linux/nl80211.h>
 #include <linux/ieee80211.h>
+#include <linux/ratelimit.h>
 
 #include <net/mac80211.h>