From: Jens Axboe Date: Mon, 2 Jun 2008 10:25:12 +0000 (+0200) Subject: posixaio: need fcntl.h X-Git-Tag: fio-1.21-rc5~5 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bc733f3b3ae7d397a591e3616503cfb36d56166b;p=fio.git posixaio: need fcntl.h Signed-off-by: Jens Axboe --- diff --git a/engines/posixaio.c b/engines/posixaio.c index 4aa1842a..aef8928e 100644 --- a/engines/posixaio.c +++ b/engines/posixaio.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include "../fio.h"