crc/test.c: fix include of time.h
[fio.git] / crc / test.c
index 174bea375136f01cefe1aa60e560bce04de875ae..3773b714782adf9e2eab1eb81fda731ba897a1bf 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "../fio.h"
 #include "../gettime.h"
 
 #include "../fio.h"
 #include "../gettime.h"
-#include "../time.h"
+#include "../fio_time.h"
 #include "../verify.h"
 
 #include "../crc/md5.h"
 #include "../verify.h"
 
 #include "../crc/md5.h"
@@ -18,6 +18,8 @@
 #include "../crc/sha512.h"
 #include "../crc/xxhash.h"
 
 #include "../crc/sha512.h"
 #include "../crc/xxhash.h"
 
+#include "test.h"
+
 #define CHUNK          131072U
 #define NR_CHUNKS        2048U
 
 #define CHUNK          131072U
 #define NR_CHUNKS        2048U