common: remove duplicate typedef for uchar
[oweals/u-boot.git] / env / nand.c
index e631bf2fdab5adc162743be492d9a64e97c73e71..8b0027d30472fe2cef56f13c95d2fcba739436c9 100644 (file)
@@ -23,6 +23,7 @@
 #include <nand.h>
 #include <search.h>
 #include <errno.h>
+#include <u-boot/crc.h>
 
 #if defined(CONFIG_CMD_SAVEENV) && defined(CONFIG_CMD_NAND) && \
                !defined(CONFIG_SPL_BUILD)