cmd: fix lsblk command
[platform/kernel/u-boot.git] / cmd / lsblk.c
index ece8bbf..653dffc 100644 (file)
@@ -5,6 +5,8 @@
  */
 
 #include <common.h>
+#include <blk.h>
+#include <command.h>
 #include <dm.h>
 
 static int do_lsblk(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[])