From 6d6f031f036f0cead85b92211751fa9613c81862 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 7 Jun 2006 21:39:13 +0200 Subject: [PATCH] [PATCH] fio.h is missing unistd.h include --- fio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fio.h b/fio.h index 66b70ef8..1bc72a6f 100644 --- a/fio.h +++ b/fio.h @@ -9,6 +9,7 @@ #include #include #include +#include #include "list.h" #include "md5.h" -- 2.25.1