crc32: Use the crc.h header for crc functions
[oweals/u-boot.git] / lib / efi_selftest / efi_selftest_config_table.c
index 4467f492ac505a0331e2205410e0d40139bac7ae..2bf12b5bb68e4d8c3be31a94a3b96eda81770216 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include <efi_selftest.h>
+#include <u-boot/crc.h>
 
 static const struct efi_system_table *sys_table;
 static struct efi_boot_services *boottime;