flash: Tidy up coding style for flash functions
[oweals/u-boot.git] / common / update.c
index bfb760e52a2dc99d721c40b259103fdbbf794800..c8dd346a0956951a0683679bdd37d13c07383e60 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <common.h>
 #include <cpu_func.h>
+#include <image.h>
 
 #if !(defined(CONFIG_FIT) && defined(CONFIG_OF_LIBFDT))
 #error "CONFIG_FIT and CONFIG_OF_LIBFDT are required for auto-update feature"