From 8fe2c8de27ea675f6fe10e7e1573ab15e40dbc1b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 8 Aug 2012 16:10:54 +0000 Subject: Fixed FD_SETSIZE in libbu++ for windows...hopefully. --- src/compat/win32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compat/win32.h b/src/compat/win32.h index 2a8aa60..c0e7520 100644 --- a/src/compat/win32.h +++ b/src/compat/win32.h @@ -13,6 +13,7 @@ #ifdef __cplusplus extern "C" { +#define FD_SETSIZE 1024 #include #include } -- cgit v1.2.3