colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / post / post.c
index fb751d9a83a5c14c6bce38ada5e3d2c803123e41..6687e0b75cac897decf160dc41309dd773dc45a6 100644 (file)
@@ -5,8 +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>