From dafa186868841fc7fbc20038c2ae4e135c032e68 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Tue, 15 May 2012 21:54:10 +1000 Subject: [PATCH] win32: connect.c needs the compatibility functions --- lib/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/connect.c b/lib/connect.c index 38a4c25..15ec1be 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ - #if defined(WIN32) +#include "win32/win32_compat.h" #else #include #endif