[new uImage] Add libfdt support to mkimage
[kernel/u-boot.git] / libfdt / fdt_strerror.c
index f9d32ef..abf792e 100644 (file)
  */
 #include "libfdt_env.h"
 
+#ifndef USE_HOSTCC
 #include <fdt.h>
 #include <libfdt.h>
+#else
+#include "fdt_host.h"
+#endif
 
 #include "libfdt_internal.h"