crc32: Use the crc.h header for crc functions
[oweals/u-boot.git] / tools / envcrc.c
index 6e4360802719ca3f65d17fdc805430ae0f001bf4..bce77902476d65c4762980d3ea9fcbb4141f35c7 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
+#include <u-boot/crc.h>
 #include <unistd.h>
 
 #include <linux/kconfig.h>