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