X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=crc%2Ftest.c;h=3773b714782adf9e2eab1eb81fda731ba897a1bf;hp=174bea375136f01cefe1aa60e560bce04de875ae;hb=9e52966eb7e2ba4a0b5cb2afda1aa4b8a48be831;hpb=844ea60273f4e7862150d9c6430cdb15768e2f34 diff --git a/crc/test.c b/crc/test.c index 174bea37..3773b714 100644 --- a/crc/test.c +++ b/crc/test.c @@ -4,7 +4,7 @@ #include "../fio.h" #include "../gettime.h" -#include "../time.h" +#include "../fio_time.h" #include "../verify.h" #include "../crc/md5.h" @@ -18,6 +18,8 @@ #include "../crc/sha512.h" #include "../crc/xxhash.h" +#include "test.h" + #define CHUNK 131072U #define NR_CHUNKS 2048U