Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
[kernel/u-boot.git] / libfdt / fdt.c
index bd91712..cfa1989 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"