zbd: Fix zone report handling
[fio.git] / fio_time.h
index 39fb17ba245caee553ccec82924685fee3fc9dda..c00f8e7866d94fd47ae6e0b54f03453efdbd0844 100644 (file)
@@ -2,8 +2,10 @@
 #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;