summaryrefslogtreecommitdiffstats
path: root/rfb
diff options
context:
space:
mode:
authorChristian Beier <cb@shoutrlabs.com>2017-02-21 21:42:33 +0100
committerChristian Beier <cb@shoutrlabs.com>2017-02-21 21:42:33 +0100
commitb551e7017b1284361e2d29c7f2571c10f307cdef (patch)
treec156779c262c49fffb4f5ac110f3b6ff27657880 /rfb
parent26d84242cdd7597a1f41cd1ad7e6a9c5850da63e (diff)
downloadlibtdevnc-b551e7017b1284361e2d29c7f2571c10f307cdef.tar.gz
libtdevnc-b551e7017b1284361e2d29c7f2571c10f307cdef.zip
rfbproto: re-add erroneously removed SOCKET definition
Diffstat (limited to 'rfb')
-rw-r--r--rfb/rfbproto.h1
1 files changed, 1 insertions, 0 deletions
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 <netinet/in.h>
#endif
+#define SOCKET int
typedef int8_t rfbBool;
#undef FALSE
#define FALSE 0