fdt: Remove duplicate code
[oweals/u-boot.git] / lib / string.c
index c4ca944bb42c0cabcea15a3cce3aca4f6fbf9029..af17c16f616db4b8afc71cb55b31ad394457636b 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>