From: Jens Axboe Date: Fri, 1 Dec 2017 18:21:58 +0000 (-0700) Subject: fio_time: should include time.h X-Git-Tag: fio-3.3~27 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=6fe147de8c17112b323b99d6064f3d0fda39b700;hp=b76d85a4d2e61546b40135db141972eba4ecd981 fio_time: should include time.h Signed-off-by: Jens Axboe --- 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;