From 751a7ee9e7d4d8573a2f2bd15b9bf02bd6948562 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 12 Apr 2005 09:02:23 +0000 Subject: Added the winsock2 header under windows. --- generic/MapInfo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'generic') diff --git a/generic/MapInfo.c b/generic/MapInfo.c index 3695f45..21a3592 100644 --- a/generic/MapInfo.c +++ b/generic/MapInfo.c @@ -30,6 +30,8 @@ #ifndef _WIN32 #include #include +#else +#include #endif #include "MapInfo.h" -- cgit v1.1