crc/test.c: fix include of time.h
[fio.git] / crc / test.c
index 2cc7c0f5fbb28dcc49c88df146dbf3172240a883..3773b714782adf9e2eab1eb81fda731ba897a1bf 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "../fio.h"
 #include "../gettime.h"
-#include "../time.h"
+#include "../fio_time.h"
 #include "../verify.h"
 
 #include "../crc/md5.h"