From: Danny Al-Gaaf Date: Wed, 30 Apr 2014 18:48:16 +0000 (+0200) Subject: crc/test.c: fix include of time.h X-Git-Tag: fio-2.1.9~7 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=9e52966eb7e2ba4a0b5cb2afda1aa4b8a48be831 crc/test.c: fix include of time.h Replace include of time.h with renamed fio_time.h to fix build. Signed-off-by: Danny Al-Gaaf Signed-off-by: Jens Axboe --- diff --git a/crc/test.c b/crc/test.c index 2cc7c0f5..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"