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