From b551e7017b1284361e2d29c7f2571c10f307cdef Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 21 Feb 2017 21:42:33 +0100 Subject: [PATCH] rfbproto: re-add erroneously removed SOCKET definition --- rfb/rfbproto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index 3216601..f0d6ea1 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -99,6 +99,7 @@ typedef int8_t rfbBool; #ifdef LIBVNCSERVER_HAVE_NETINET_IN_H #include #endif +#define SOCKET int typedef int8_t rfbBool; #undef FALSE #define FALSE 0