test/py: test_fs: add tests for creating/deleting many files
[oweals/u-boot.git] / common / autoboot.c
index 7a91736a00fc200007aec2fa27ac528885177e44..94a1b4abebac941858909b7e89cfd838ee40f5b1 100644 (file)
@@ -8,12 +8,15 @@
 #include <autoboot.h>
 #include <bootretry.h>
 #include <cli.h>
+#include <command.h>
 #include <console.h>
+#include <env.h>
 #include <fdtdec.h>
 #include <hash.h>
 #include <memalign.h>
 #include <menu.h>
 #include <post.h>
+#include <time.h>
 #include <u-boot/sha256.h>
 #include <bootcount.h>