]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - libfdt/fdt_wip.c
net: make ARP timeout configurable
[people/ms/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"