diff options
Diffstat (limited to 'env/nvram.c')
-rw-r--r-- | env/nvram.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/env/nvram.c b/env/nvram.c index df1b37913d5..79201bd788b 100644 --- a/env/nvram.c +++ b/env/nvram.c @@ -25,7 +25,8 @@ #include <common.h> #include <command.h> -#include <environment.h> +#include <env.h> +#include <env_internal.h> #include <linux/stddef.h> #include <search.h> #include <errno.h> |