mac80211: Fix build errors due to missing string function declarations
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 27 Apr 2014 21:53:58 +0000 (21:53 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 27 Apr 2014 21:53:58 +0000 (21:53 +0000)
commit2fa6b8eab24401dd59c7d998dcafdb19a8b6d395
treec82735fa702f208ea6f24c99c1622ed52bb769c7
parenta8857d0464660b20d2cf7d7b7eb359cc6310e134
mac80211: Fix build errors due to missing string function declarations

Building mac80211 failed, due to missing function declarations in compat/backport-3.15.c
This patch adds the linux/string.h header file to provide these function declarations

Signed-off-by: Maarten Bezemer <maarten.bezemer@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40584 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/mac80211/patches/070-add-missing-header.patch [new file with mode: 0644]