diff options
Diffstat (limited to 'env/nand.c')
-rw-r--r-- | env/nand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/env/nand.c b/env/nand.c index fef5697ec39..df300b13179 100644 --- a/env/nand.c +++ b/env/nand.c @@ -13,6 +13,7 @@ * Andreas Heppel <aheppel@sysgo.de> */ +#include <common.h> #include <command.h> #include <env.h> #include <env_internal.h> |