diff options
Diffstat (limited to 'env/common.c')
-rw-r--r-- | env/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/env/common.c b/env/common.c index 4daaa6faea..0edb6fb04c 100644 --- a/env/common.c +++ b/env/common.c @@ -15,6 +15,7 @@ #include <search.h> #include <errno.h> #include <malloc.h> +#include <u-boot/crc.h> DECLARE_GLOBAL_DATA_PTR; |