diff options
Diffstat (limited to 'env/env.c')
-rw-r--r-- | env/env.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ #include <common.h> #include <env.h> #include <env_internal.h> +#include <log.h> +#include <linux/bitops.h> +#include <linux/bug.h> DECLARE_GLOBAL_DATA_PTR; |