From b082328a4da8f36668d9dcda056364474870526f Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Tue, 11 Sep 2007 04:45:59 +0000 Subject: [PATCH] This should be the REAL freebsd socklen_t fix --- src/io.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/io.h b/src/io.h index d380f34a..9b5305db 100644 --- a/src/io.h +++ b/src/io.h @@ -13,6 +13,7 @@ #ifndef WIN32 # include +# include #else #define WIN32_LEAN_AND_MEAN # include