mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
Staging: wlags49_h2: add missing <linux/string.h> for strlen
On ia64, the build fails with incompatible implicit definition of strlen. This patch adds the <linux/string.h> include to get the real prototype. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
d750785f30
commit
8174fc04e8
@ -62,6 +62,7 @@
|
||||
/*******************************************************************************
|
||||
* include files
|
||||
******************************************************************************/
|
||||
#include <linux/string.h>
|
||||
#include <wl_version.h>
|
||||
|
||||
#include <debug.h>
|
||||
|
Loading…
Reference in New Issue
Block a user