diff options
Diffstat (limited to 'cmd/log.c')
-rw-r--r-- | cmd/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/log.c b/cmd/log.c index 519ec76f3b5..c9a23e4ae0d 100644 --- a/cmd/log.c +++ b/cmd/log.c @@ -4,6 +4,7 @@ * Written by Simon Glass <sjg@chromium.org> */ +#include <common.h> #include <command.h> #include <dm.h> #include <getopt.h> |