mac80211: Fix build errors due to missing string function declarations
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 27 Apr 2014 21:53:58 +0000 (21:53 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 27 Apr 2014 21:53:58 +0000 (21:53 +0000)
commit277fb5744976abdd1c94a5ee58adabbd44671647
tree1b18448ab26840aeed54861449e91bc9da746f24
parent513b796698fd262e6296af2c7f1459d4d600a951
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>
SVN-Revision: 40584
package/kernel/mac80211/patches/070-add-missing-header.patch [new file with mode: 0644]