From 273861019ee4f88fd246b7819b9c97e7e6385759 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 24 Mar 2016 15:56:09 -0600 Subject: [PATCH] t/read-to-pipe-async: needs time.h on some platforms Signed-off-by: Jens Axboe --- t/read-to-pipe-async.c | 1 + 1 file changed, 1 insertion(+) diff --git a/t/read-to-pipe-async.c b/t/read-to-pipe-async.c index 26e39f77..30a76313 100644 --- a/t/read-to-pipe-async.c +++ b/t/read-to-pipe-async.c @@ -32,6 +32,7 @@ #include #include #include +#include #include "../flist.h" -- 2.25.1