diff options
Diffstat (limited to 'env/ext4.c')
-rw-r--r-- | env/ext4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/env/ext4.c b/env/ext4.c index e666f7b9455..ec643f2226a 100644 --- a/env/ext4.c +++ b/env/ext4.c @@ -31,6 +31,7 @@ #include <errno.h> #include <ext4fs.h> #include <mmc.h> +#include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; |