<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Paulo Marques &lt;pmarques@grupopie.com&gt;


Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 25-akpm/lib/string.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN lib/string.c~create-a-kstrdup-library-function-fix-include-slab lib/string.c
--- 25/lib/string.c~create-a-kstrdup-library-function-fix-include-slab	Fri Apr  8 16:41:23 2005
+++ 25-akpm/lib/string.c	Fri Apr  8 16:41:23 2005
@@ -23,6 +23,7 @@
 #include &lt;linux/string.h&gt;
 #include &lt;linux/ctype.h&gt;
 #include &lt;linux/module.h&gt;
+#include &lt;linux/slab.h&gt;
 
 #ifndef __HAVE_ARCH_STRNICMP
 /**
_
</pre></body></html>