crc32: Use the crc.h header for crc functions
[pandora-u-boot.git] / lib / crc32.c
index dc7e183..e9be3bf 100644 (file)
@@ -10,6 +10,7 @@
 
 #ifdef USE_HOSTCC
 #include <arpa/inet.h>
+#include <u-boot/crc.h>
 #else
 #include <common.h>
 #include <efi_loader.h>