crc32: Use the crc.h header for crc functions
[pandora-u-boot.git] / common / board_r.c
index c9f476e..c0065a5 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <common.h>
 #include <api.h>
+#include <u-boot/crc.h>
 /* TODO: can we just include all these headers whether needed or not? */
 #if defined(CONFIG_CMD_BEDBUG)
 #include <bedbug/type.h>