Merge branch 'suppress-gcc-8-warnings' of https://github.com/bvanassche/fio
[fio.git] / fio_time.h
index ee8087e0cff24bd0426720e8c62feb354baecf45..c00f8e7866d94fd47ae6e0b54f03453efdbd0844 100644 (file)
@@ -1,7 +1,11 @@
 #ifndef FIO_TIME_H
 #define FIO_TIME_H
 
+#include <stdint.h>
+/* IWYU pragma: begin_exports */
 #include <time.h>
+#include <sys/time.h>
+/* IWYU pragma: end_exports */
 #include "lib/types.h"
 
 struct thread_data;