]> git.sur5r.net Git - u-boot/blobdiff - libfdt/fdt_rw.c
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
[u-boot] / libfdt / fdt_rw.c
index 0df472bc5e0ffaf1166300a76f5560f76c76427b..8609fa7d76f521c631ac3aaace7f6a5ea8a6dac6 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"