From 203913ea773a19dce4a885204e9d7681b89429fe Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Tue, 18 Oct 2011 12:20:56 +0200 Subject: [PATCH] Fix OSX build os.h needs to include sys/socket.h. Signed-off-by: Jens Axboe --- os/os.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1