test: Add a way to check part of a console line or skip it
[platform/kernel/u-boot.git] / common / bootstage.c
index 79972e4..5f87358 100644 (file)
@@ -10,6 +10,9 @@
  */
 
 #include <common.h>
+#include <bootstage.h>
+#include <hang.h>
+#include <log.h>
 #include <malloc.h>
 #include <sort.h>
 #include <spl.h>