Add the 'zbd' debug level
[fio.git] / fio_time.h
index 8b4bb255f0b483dc4f1ad6f23759ddddaf439a7c..c00f8e7866d94fd47ae6e0b54f03453efdbd0844 100644 (file)
@@ -1,8 +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;