colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / post / post.c
index ebb620590e3f6e3c1502536a5dbd46fa5a38e672..6687e0b75cac897decf160dc41309dd773dc45a6 100644 (file)
@@ -5,7 +5,12 @@
  */
 
 #include <common.h>
+#include <bootstage.h>
+#include <env.h>
+#include <log.h>
+#include <malloc.h>
 #include <stdio_dev.h>
+#include <time.h>
 #include <watchdog.h>
 #include <div64.h>
 #include <post.h>