diff options
Diffstat (limited to 'lib/string.c')
-rw-r--r-- | lib/string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/string.c b/lib/string.c index dc4a86341f91..0573a20df9a6 100644 --- a/lib/string.c +++ b/lib/string.c | |||
@@ -22,6 +22,7 @@ | |||
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/bug.h> | ||
25 | #include <linux/module.h> | 26 | #include <linux/module.h> |
26 | 27 | ||
27 | #ifndef __HAVE_ARCH_STRNICMP | 28 | #ifndef __HAVE_ARCH_STRNICMP |