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:
Jeff Mahoney 2010-06-09 16:01:10 -04:00 коммит произвёл Greg Kroah-Hartman
Родитель d750785f30
Коммит 8174fc04e8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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