oslib: make str* compat functions more uniform
[fio.git] / fio_time.h
index ee8087e0cff24bd0426720e8c62feb354baecf45..39fb17ba245caee553ccec82924685fee3fc9dda 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef FIO_TIME_H
 #define FIO_TIME_H
 
+#include <stdint.h>
 #include <time.h>
+#include <sys/time.h>
 #include "lib/types.h"
 
 struct thread_data;