crc32: Use the crc.h header for crc functions
[J-u-boot.git] / env / remote.c
index 55faa1e5d0e8d2f9a0ed1563e1e826f094a5d3b8..50d77b8dfe0e552f6616c33a55fc4b665a5fca36 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;
This page took 0.029246 seconds and 4 git commands to generate.