x86/boot: Add missing declaration of string functions
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / arch / x86 / boot / string.c
index 318b8465d30204cad7006bf0889672e0da093aed..06ceddb3a22e567a4c016d7cdc58e929571fb034 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <linux/types.h>
 #include "ctype.h"
+#include "string.h"
 
 int memcmp(const void *s1, const void *s2, size_t len)
 {