diff options
Diffstat (limited to 'post/post.c')
| -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 c982e27ff..bc8114e51 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> |