diff options
Diffstat (limited to 'common/stdio.c')
-rw-r--r-- | common/stdio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/stdio.c b/common/stdio.c index 54ecc9b53d..2119204b98 100644 --- a/common/stdio.c +++ b/common/stdio.c @@ -12,6 +12,7 @@ #include <common.h> #include <dm.h> #include <errno.h> +#include <log.h> #include <stdarg.h> #include <malloc.h> #include <stdio_dev.h> |