diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-27 11:22:26 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-27 11:22:26 +0000 |
commit | 266275eef404f91ccdaae0089bf1fd0c5adbdc4c (patch) | |
tree | ffaf70f51387dc2854aba4afdffcc2171ab25345 /package/mac80211/patches/050-fix_missing_include.patch | |
parent | 142231da0d334f4bfce987423a5907ecc02567d7 (diff) |
mac80211: update to 2011-02-25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25749 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/050-fix_missing_include.patch')
-rw-r--r-- | package/mac80211/patches/050-fix_missing_include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mac80211/patches/050-fix_missing_include.patch b/package/mac80211/patches/050-fix_missing_include.patch new file mode 100644 index 0000000000..458ff4d864 --- /dev/null +++ b/package/mac80211/patches/050-fix_missing_include.patch @@ -0,0 +1,10 @@ +--- a/compat/compat-2.6.39.c ++++ b/compat/compat-2.6.39.c +@@ -10,6 +10,7 @@ + + #include <linux/compat.h> + #include <linux/tty.h> ++#include <linux/sched.h> + + /* + * Termios Helper Methods |