diff options
Diffstat (limited to 'env/onenand.c')
-rw-r--r-- | env/onenand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/onenand.c b/env/onenand.c index d371bd757c..dfd4e939f8 100644 --- a/env/onenand.c +++ b/env/onenand.c @@ -9,7 +9,7 @@ #include <common.h> #include <command.h> -#include <environment.h> +#include <env_internal.h> #include <linux/stddef.h> #include <malloc.h> #include <search.h> |