From 8175f428dc003b6a4564deee7ae78bc3b3b62ebf Mon Sep 17 00:00:00 2001 From: Daniel Cohen Gindi Date: Mon, 1 Sep 2014 01:28:12 +0300 Subject: Use correct winsock header We link to ws2_32.lib which corresponds to the winsock2.h header, not the winsock.h header. [JES: fixed commit message] Signed-off-by: Johannes Schindelin --- rfb/rfbproto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index fe46c3e..540f79f 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -65,7 +65,7 @@ #define LIBVNCSERVER_WORDS_BIGENDIAN #define rfbBool int #include -#include +#include #undef SOCKET #define SOCKET int #else -- cgit v1.1