]> git.sur5r.net Git - u-boot/blobdiff - include/libfdt_env.h
mx31 litekit support
[u-boot] / include / libfdt_env.h
index 78f725830da8b1a22b9682355df9ec320617f1b0..98c522ae42af7a5984d644548017576def326d2b 100644 (file)
 #include <stddef.h>
 #include <linux/types.h>
 #include <asm/byteorder.h>
+#ifdef USE_HOSTCC
+#include <string.h>
+#else
 #include <linux/string.h>
+#endif /* USE_HOSTCC */
 
 extern struct fdt_header *fdt;  /* Pointer to the working fdt */