fio_time: should include time.h
authorJens Axboe <axboe@kernel.dk>
Fri, 1 Dec 2017 18:21:58 +0000 (11:21 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Dec 2017 18:21:58 +0000 (11:21 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio_time.h

index c7c3dbbad957240d5371e77967f7486b0dd028e3..ee8087e0cff24bd0426720e8c62feb354baecf45 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef FIO_TIME_H
 #define FIO_TIME_H
 
+#include <time.h>
 #include "lib/types.h"
 
 struct thread_data;