Skip to content

Commit

Permalink
Staging: wlags49_h2: add missing <linux/string.h> for strlen
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Mahoney authored and Greg Kroah-Hartman committed Jun 30, 2010
1 parent d750785 commit 8174fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/wlags49_h2/wl_enc.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
/*******************************************************************************
* include files
******************************************************************************/
#include <linux/string.h>
#include <wl_version.h>

#include <debug.h>
Expand Down

0 comments on commit 8174fc0

Please sign in to comment.