X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libfdt%2Ffdt_ro.c;h=11d80d2fa249d8a6085888e48b44130d6f7ca531;hb=10a3367955bc2033b288915f8f10d0e507fe2fa1;hp=63fa1290be2bd5433f63e8bddb0007c1f3b77777;hpb=01026a6e613e1cfe580122fb5350677025f896fa;p=u-boot diff --git a/libfdt/fdt_ro.c b/libfdt/fdt_ro.c index 63fa1290be..11d80d2fa2 100644 --- a/libfdt/fdt_ro.c +++ b/libfdt/fdt_ro.c @@ -50,8 +50,12 @@ */ #include "libfdt_env.h" +#ifndef USE_HOSTCC #include #include +#else +#include "fdt_host.h" +#endif #include "libfdt_internal.h"