X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=crc%2Ftest.c;h=b57f07a4d718f3b623920528d74cde69740f7820;hp=b119872625864eae504123faa47157ee61984d4e;hb=3d2d14bcb844e72809192311369a642c5d415472;hpb=0f0346e0c8f9141ceea8a5de8264c635ea0cae9b;ds=sidebyside 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"