diff options
Diffstat (limited to 'env/flash.c')
-rw-r--r-- | env/flash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/env/flash.c b/env/flash.c index 1bd6e7003d6..1e75f8c004e 100644 --- a/env/flash.c +++ b/env/flash.c @@ -9,6 +9,7 @@ /* #define DEBUG */ +#include <common.h> #include <command.h> #include <env.h> #include <env_internal.h> |