Merge branch '2019-03-25-master-imports'
[platform/kernel/u-boot.git] / lib / string.c
index c4ca944..af17c16 100644 (file)
@@ -15,6 +15,7 @@
  *    reentrant and should be faster). Use only strsep() in new code, please.
  */
 
+#include <config.h>
 #include <linux/types.h>
 #include <linux/string.h>
 #include <linux/ctype.h>