in order to get the upcoming fdt type definitions. Signed-off-by: Kim Phillips <[email protected]> --- fdtdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fdtdump.c b/fdtdump.c index 207a46d..8a7ae72 100644 --- a/fdtdump.c +++ b/fdtdump.c @@ -8,8 +8,8 @@ #include <string.h> #include <ctype.h> -#include <fdt.h> #include <libfdt_env.h> +#include <fdt.h> #include "util.h" -- 1.8.0 _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
