crc32: Use the crc.h header for crc functions
[platform/kernel/u-boot.git] / env / nvram.c
index 79201bd..a78db21 100644 (file)
@@ -30,6 +30,7 @@
 #include <linux/stddef.h>
 #include <search.h>
 #include <errno.h>
+#include <u-boot/crc.h>
 
 DECLARE_GLOBAL_DATA_PTR;