diff options
Diffstat (limited to 'env/fat.c')
-rw-r--r-- | env/fat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/env/fat.c b/env/fat.c index cf2e5e2b26e..9772b87a191 100644 --- a/env/fat.c +++ b/env/fat.c @@ -7,6 +7,7 @@ */ #include <common.h> +#include <asm/cache.h> #include <command.h> #include <env.h> |