Move IEEE754 support code to lib/
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index 558464f7a274f80df00ac908bb7c16fd8bad8d75..a053c8be67051bf9014b2136f927eb9ff92303c5 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -9,7 +9,7 @@
 
 #include "fio.h"
 #include "diskutil.h"
-#include "ieee754.h"
+#include "lib/ieee754.h"
 
 void update_rusage_stat(struct thread_data *td)
 {