diff options
Diffstat (limited to 'common/cli_readline.c')
-rw-r--r-- | common/cli_readline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cli_readline.c b/common/cli_readline.c index 5c158d03b4..c7614a4c90 100644 --- a/common/cli_readline.c +++ b/common/cli_readline.c @@ -14,6 +14,7 @@ #include <command.h> #include <time.h> #include <watchdog.h> +#include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; |