X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=crc%2Ftest.c;h=b57f07a4d718f3b623920528d74cde69740f7820;hp=b119872625864eae504123faa47157ee61984d4e;hb=2c3a915064410ac3d8cdd936d835a00b802a495f;hpb=e6fe02651641fc64d2fa4fcfe9b1013b2947d11b diff --git a/crc/test.c b/crc/test.c index b1198726..b57f07a4 100644 --- a/crc/test.c +++ b/crc/test.c @@ -1,11 +1,12 @@ +#include #include #include #include -#include "../fio.h" #include "../gettime.h" #include "../fio_time.h" -#include "../verify.h" +#include "../lib/rand.h" +#include "../os/os.h" #include "../crc/md5.h" #include "../crc/crc64.h"