Merge git://git.denx.de/u-boot-sh
[oweals/u-boot.git] / common / image-sig.c
index 84b2c0439cf8965a6a7e55cd0a2ec316f4c475ed..498969d64141d5e55c593627c66835cec7d3aa66 100644 (file)
@@ -5,9 +5,12 @@
 
 #ifdef USE_HOSTCC
 #include "mkimage.h"
+#include <fdt_support.h>
 #include <time.h>
+#include <linux/libfdt.h>
 #else
 #include <common.h>
+#include <log.h>
 #include <malloc.h>
 DECLARE_GLOBAL_DATA_PTR;
 #endif /* !USE_HOSTCC*/