blktrace: add option to iterate over a trace multiple times
[fio.git] / crc / crc32.h
index a37d7ada96b3d0255efa96db2d8e30b45e5465d1..6378e815b1c6c7de32620c16febfe54e7c592a0b 100644 (file)
@@ -18,6 +18,8 @@
 #ifndef CRC32_H
 #define CRC32_H
 
+#include <inttypes.h>
+
 extern uint32_t fio_crc32(const void * const, unsigned long);
 
 #endif