diff options
Diffstat (limited to 'env/nvram.c')
-rw-r--r-- | env/nvram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/env/nvram.c b/env/nvram.c index 7c8ea26f96..f4126858b5 100644 --- a/env/nvram.c +++ b/env/nvram.c @@ -27,6 +27,7 @@ #include <command.h> #include <env.h> #include <env_internal.h> +#include <asm/global_data.h> #include <linux/stddef.h> #include <search.h> #include <errno.h> |