]> git.sur5r.net Git - u-boot/blobdiff - libfdt/fdt_ro.c
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
[u-boot] / libfdt / fdt_ro.c
index 63fa1290be2bd5433f63e8bddb0007c1f3b77777..11d80d2fa249d8a6085888e48b44130d6f7ca531 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"