diff options
Diffstat (limited to 'env/nowhere.c')
-rw-r--r-- | env/nowhere.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/env/nowhere.c b/env/nowhere.c index d43a2d6b513..41557f5ce44 100644 --- a/env/nowhere.c +++ b/env/nowhere.c @@ -11,6 +11,7 @@ #include <command.h> #include <env.h> #include <env_internal.h> +#include <asm/global_data.h> #include <linux/stddef.h> DECLARE_GLOBAL_DATA_PTR; |