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 ca1c51e0672..72380c5691c 100644 --- a/cmd/log.c +++ b/cmd/log.c @@ -10,6 +10,7 @@ #include <getopt.h> #include <log.h> #include <malloc.h> +#include <asm/global_data.h> static char log_fmt_chars[LOGF_COUNT] = "clFLfm"; |