diff options
Diffstat (limited to 'env/common.c')
-rw-r--r-- | env/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/env/common.c b/env/common.c index 1fd1bd01d3b..088b2aebb42 100644 --- a/env/common.c +++ b/env/common.c @@ -8,9 +8,11 @@ */ #include <common.h> +#include <bootstage.h> #include <command.h> #include <env.h> #include <env_internal.h> +#include <log.h> #include <sort.h> #include <linux/stddef.h> #include <search.h> |