Replace include of time.h with renamed fio_time.h to fix build. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- crc/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crc/test.c b/crc/test.c index 2cc7c0f..3773b71 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" -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html