ppc: Fix compile error in arch/ppc/lib/strcase.c
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / ppc / lib / strcase.c
index d9885789061928068c027d2514cf8e76e8a3464a..3b0094cc2b520e7d24edce4381ef549c41413e98 100644 (file)
@@ -1,4 +1,5 @@
 #include <linux/ctype.h>
+#include <linux/types.h>
 
 int strcasecmp(const char *s1, const char *s2)
 {