Refactor #includes and headers
[fio.git] / crc / sha1.h
index 75317f76c6f553621862073ed8d5a21dc29e1f32..416199baffa7cbfc0f2098a1e55320a474292a1a 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef FIO_SHA1
 #define FIO_SHA1
 
+#include <inttypes.h>
+
 /*
  * Based on the Mozilla SHA1 (see mozilla-sha1/sha1.h),
  * optimized to do word accesses rather than byte accesses,