diff options
Diffstat (limited to 'lib/ctype.c')
-rw-r--r-- | lib/ctype.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ctype.c b/lib/ctype.c index 26baa620e95b..c646df91a2f7 100644 --- a/lib/ctype.c +++ b/lib/ctype.c | |||
@@ -5,7 +5,8 @@ | |||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include <linux/ctype.h> | 7 | #include <linux/ctype.h> |
8 | #include <linux/module.h> | 8 | #include <linux/compiler.h> |
9 | #include <linux/export.h> | ||
9 | 10 | ||
10 | const unsigned char _ctype[] = { | 11 | const unsigned char _ctype[] = { |
11 | _C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */ | 12 | _C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */ |