--- u-boot-2014.04.orig/include/image.h +++ u-boot-2014.04/include/image.h @@ -24,6 +24,8 @@ #ifdef USE_HOSTCC +#include + /* new uImage format support enabled on host */ #define CONFIG_FIT 1 #define CONFIG_OF_LIBFDT 1 --- u-boot-2014.04.orig/tools/mkimage.h +++ u-boot-2014.04/tools/mkimage.h @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include --- u-boot-2014.04.orig/tools/proftool.c +++ u-boot-2014.04/tools/proftool.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include