parse: fix dead 'org' assignment
[fio.git] / crc / sha512.h
index f8b2112aedb1ecc50ada88cd13a7e7cc1050295c..5adf6271cd4fbb0aa331a656e64bd653a2b3752f 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef FIO_SHA512_H
 #define FIO_SHA512_H
 
+#include <inttypes.h>
+
 struct fio_sha512_ctx {
        uint64_t state[8];
        uint32_t count[4];