Change network transmitted doubles to fio_fp64_t IEEE 754 type
[fio.git] / ieee754.c
index 0fbc7f0efa73d563cadb87642811a15306127e84..c7742a2d295cc1c3d9104fb3161184c2b1ad8298 100644 (file)
--- a/ieee754.c
+++ b/ieee754.c
@@ -6,6 +6,7 @@
  * Below code was granted to the public domain.
  */
 #include <inttypes.h>
+#include "ieee754.h"
 
 uint64_t pack754(long double f, unsigned bits, unsigned expbits)
 {