Browse Source

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>
Jeff Mahoney 15 years ago
parent
commit
8174fc04e8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/wlags49_h2/wl_enc.c

+ 1 - 0
drivers/staging/wlags49_h2/wl_enc.c

@@ -62,6 +62,7 @@
 /*******************************************************************************
  *  include files
  ******************************************************************************/
+#include <linux/string.h>
 #include <wl_version.h>
 
 #include <debug.h>