diff options
Diffstat (limited to 'lib/string.c')
-rw-r--r-- | lib/string.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/string.c b/lib/string.c index 3a15eb16f48a..e5878de4f101 100644 --- a/lib/string.c +++ b/lib/string.c | |||
@@ -22,8 +22,10 @@ | |||
22 | #include <linux/types.h> | 22 | #include <linux/types.h> |
23 | #include <linux/string.h> | 23 | #include <linux/string.h> |
24 | #include <linux/ctype.h> | 24 | #include <linux/ctype.h> |
25 | #include <linux/kernel.h> | ||
26 | #include <linux/export.h> | ||
25 | #include <linux/bug.h> | 27 | #include <linux/bug.h> |
26 | #include <linux/module.h> | 28 | #include <linux/errno.h> |
27 | 29 | ||
28 | #ifndef __HAVE_ARCH_STRNICMP | 30 | #ifndef __HAVE_ARCH_STRNICMP |
29 | /** | 31 | /** |