diff options
Diffstat (limited to 'common/log.c')
-rw-r--r-- | common/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/log.c b/common/log.c index dfee250b158..42d35f04b68 100644 --- a/common/log.c +++ b/common/log.c @@ -6,6 +6,7 @@ * Written by Simon Glass <sjg@chromium.org> */ +#include <common.h> #include <display_options.h> #include <log.h> #include <malloc.h> |