Fix compile on FreeBSD
authorBruce Cran <bruce@cran.org.uk>
Sat, 8 Oct 2011 16:50:34 +0000 (18:50 +0200)
committerJens Axboe <axboe@kernel.dk>
Sat, 8 Oct 2011 16:50:34 +0000 (18:50 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
os/os-freebsd.h

index 875de9642b436dbc7f7ca4c2c28d97853edf5959..93205c32280d282d36175f13217aa8f80ce733f7 100644 (file)
@@ -8,6 +8,7 @@
 #include <sys/disk.h>
 #include <sys/thr.h>
 #include <sys/endian.h>
+#include <sys/socket.h>
 
 #include "../file.h"