t/read-to-pipe-async: needs time.h on some platforms
[fio.git] / t / read-to-pipe-async.c
index 26e39f7715077706e5e59dff5185c043c503f441..30a7631325bc0280326a73d91c24687665c6cdfa 100644 (file)
@@ -32,6 +32,7 @@
 #include <pthread.h>
 #include <errno.h>
 #include <assert.h>
+#include <time.h>
 
 #include "../flist.h"