]> git.sur5r.net Git - u-boot/blobdiff - tools/ifdtool.c
mkimage: do not fail if there is no print_header function
[u-boot] / tools / ifdtool.c
index 195b1533ab69cf6e7747ce03d7d280d6dad2de3c..e4c2f82c4a1e540f22f5acc1476b8a30bfd70520 100644 (file)
 #include <assert.h>
 #include <fcntl.h>
 #include <getopt.h>
+#include <stdbool.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #include "ifdtool.h"
 
 #undef DEBUG