ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
[oweals/u-boot.git] / libfdt / fdt_wip.c
index 88e24b8318f449e4ab7902fc27b4e7345948299d..24e172495aaeb63b4643ca4785d30f2b4451c682 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"