diff options
Diffstat (limited to 'env/env.c')
-rw-r--r-- | env/env.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/env/env.c b/env/env.c index d3cbe2f9158..9237bb9c742 100644 --- a/env/env.c +++ b/env/env.c @@ -5,7 +5,8 @@ */ #include <common.h> -#include <environment.h> +#include <env.h> +#include <env_internal.h> DECLARE_GLOBAL_DATA_PTR; |