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 files
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
#include <linux/string.h>
|
||||||
#include <wl_version.h>
|
#include <wl_version.h>
|
||||||
|
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user