win32: connect.c needs the compatibility functions

This commit is contained in:
Ronnie Sahlberg
2012-05-15 21:54:10 +10:00
parent 201d6c3b54
commit dafa186868

View File

@@ -14,8 +14,8 @@
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#if defined(WIN32)
#include "win32/win32_compat.h"
#else
#include <unistd.h>
#endif