tools: value checks in rkcommon_check_params()
[oweals/u-boot.git] / disk / part_iso.c
index 2ccb7867c9b846ec287b6207fcbe23a91068b7e0..822f2c4d9f4084abf7e3424d8face1e55a353108 100644 (file)
@@ -5,7 +5,9 @@
  */
 
 #include <common.h>
+#include <blk.h>
 #include <command.h>
+#include <part.h>
 #include <asm/cache.h>
 #include <asm/unaligned.h>
 #include "part_iso.h"