oslib: make str* compat functions more uniform
[fio.git] / fio_time.h
index c7c3dbbad957240d5371e77967f7486b0dd028e3..39fb17ba245caee553ccec82924685fee3fc9dda 100644 (file)
@@ -1,6 +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;