From: Bruce Cran Date: Tue, 18 Oct 2011 10:20:56 +0000 (+0200) Subject: Fix OSX build X-Git-Tag: fio-1.99.9~3 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=203913ea773a19dce4a885204e9d7681b89429fe Fix OSX build os.h needs to include sys/socket.h. Signed-off-by: Jens Axboe --- diff --git a/os/os.h b/os/os.h index 12188156..d6ce9a77 100644 --- a/os/os.h +++ b/os/os.h @@ -2,6 +2,7 @@ #define FIO_OS_H #include +#include #include #include #include