crc32: Use the crc.h header for crc functions
[pandora-u-boot.git] / env / remote.c
index 55faa1e..50d77b8 100644 (file)
@@ -9,6 +9,7 @@
 #include <command.h>
 #include <env_internal.h>
 #include <linux/stddef.h>
+#include <u-boot/crc.h>
 
 #ifdef ENV_IS_EMBEDDED
 env_t *env_ptr = &environment;