diff options
Diffstat (limited to 'post/post.c')
-rw-r--r-- | post/post.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/post/post.c b/post/post.c index 696a60f70a7..6687e0b75ca 100644 --- a/post/post.c +++ b/post/post.c @@ -5,7 +5,9 @@ */ #include <common.h> +#include <bootstage.h> #include <env.h> +#include <log.h> #include <malloc.h> #include <stdio_dev.h> #include <time.h> |