diff options
Diffstat (limited to 'common/command.c')
-rw-r--r-- | common/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/command.c b/common/command.c index 3fe6791..95af73f 100644 --- a/common/command.c +++ b/common/command.c @@ -14,6 +14,7 @@ #include <console.h> #include <env.h> #include <log.h> +#include <asm/global_data.h> #include <linux/ctype.h> DECLARE_GLOBAL_DATA_PTR; |