diff options
Diffstat (limited to 'post')
-rw-r--r-- | post/post.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/post.c b/post/post.c index c982e27..bc8114e 100644 --- a/post/post.c +++ b/post/post.c @@ -22,7 +22,7 @@ */ #include <common.h> -#include <console.h> +#include <stdio_dev.h> #include <watchdog.h> #include <post.h> |