Fix some checkpatch warnings in calls to debug()
[oweals/u-boot.git] / common / image-sig.c
index 84b2c0439cf8965a6a7e55cd0a2ec316f4c475ed..5122dc948f0d61c5cf8a4536696de236edf3e268 100644 (file)
@@ -5,7 +5,9 @@
 
 #ifdef USE_HOSTCC
 #include "mkimage.h"
+#include <fdt_support.h>
 #include <time.h>
+#include <linux/libfdt.h>
 #else
 #include <common.h>
 #include <malloc.h>