From: Jens Axboe Date: Thu, 14 Jul 2011 06:39:19 +0000 (+0200) Subject: Fix compile warning on OSX X-Git-Tag: fio-1.57~4 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=3dee087cdd41c2d1e4f01cd66680a849609cfafd Fix compile warning on OSX Signed-off-by: Jens Axboe --- diff --git a/os/os-mac.h b/os/os-mac.h index 0d3cae3c..06ea462a 100644 --- a/os/os-mac.h +++ b/os/os-mac.h @@ -8,6 +8,7 @@ #include #include #include +#include #include "../file.h"