X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fcrc32.h;h=6378e815b1c6c7de32620c16febfe54e7c592a0b;hb=55bfd8c81c25d7953b4d6f9320e46af5cb790b0c;hp=a37d7ada96b3d0255efa96db2d8e30b45e5465d1;hpb=e2b7f9fb0d105de217fe97817b47c594232ac14f;p=fio.git diff --git a/crc/crc32.h b/crc/crc32.h index a37d7ada..6378e815 100644 --- a/crc/crc32.h +++ b/crc/crc32.h @@ -18,6 +18,8 @@ #ifndef CRC32_H #define CRC32_H +#include + extern uint32_t fio_crc32(const void * const, unsigned long); #endif