From 9e52966eb7e2ba4a0b5cb2afda1aa4b8a48be831 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Wed, 30 Apr 2014 20:48:16 +0200 Subject: [PATCH] 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 --- crc/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.25.1