crc32: Use the crc.h header for crc functions
[oweals/u-boot.git] / lib / efi_selftest / efi_selftest_crc32.c
index 4881e8ac6f2d888822c8faf7144251f6864e61bf..19153c759aad975010d6d41acf17307b4d345f00 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <efi_selftest.h>
+#include <u-boot/crc.h>
 
 const struct efi_system_table *st;
 efi_status_t (EFIAPI *bs_crc32)(const void *data, efi_uintn_t data_size,