Skip to content
Snippets Groups Projects
Commit 8174fc04 authored by Jeff Mahoney's avatar Jeff Mahoney Committed by Greg Kroah-Hartman
Browse files

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: default avatarJeff Mahoney <jeffm@suse.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d750785f
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@
/*******************************************************************************
* include files
******************************************************************************/
#include <linux/string.h>
#include <wl_version.h>
#include <debug.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment