t/read-to-pipe-async: needs time.h on some platforms
authorJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 21:56:09 +0000 (15:56 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 21:56:09 +0000 (15:56 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
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"