From 6fe147de8c17112b323b99d6064f3d0fda39b700 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 1 Dec 2017 11:21:58 -0700 Subject: [PATCH 1/1] fio_time: should include time.h Signed-off-by: Jens Axboe --- fio_time.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fio_time.h b/fio_time.h index c7c3dbba..ee8087e0 100644 --- a/fio_time.h +++ b/fio_time.h @@ -1,6 +1,7 @@ #ifndef FIO_TIME_H #define FIO_TIME_H +#include #include "lib/types.h" struct thread_data; -- 2.25.1