diff options
Diffstat (limited to 'common/printf.c')
-rw-r--r-- | common/printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/printf.c b/common/printf.c index 91e4e722b0..6bfb58dbc3 100644 --- a/common/printf.c +++ b/common/printf.c @@ -5,6 +5,7 @@ /* Printf-like functionality for Chrome EC */ +#include "builtin/assert.h" #include "console.h" #include "printf.h" #include "timer.h" |