diff options
author | Christian Beier <cb@shoutrlabs.com> | 2017-02-21 21:42:33 +0100 |
---|---|---|
committer | Christian Beier <cb@shoutrlabs.com> | 2017-02-21 21:42:33 +0100 |
commit | b551e7017b1284361e2d29c7f2571c10f307cdef (patch) | |
tree | c156779c262c49fffb4f5ac110f3b6ff27657880 /rfb | |
parent | 26d84242cdd7597a1f41cd1ad7e6a9c5850da63e (diff) | |
download | libtdevnc-b551e7017b1284361e2d29c7f2571c10f307cdef.tar.gz libtdevnc-b551e7017b1284361e2d29c7f2571c10f307cdef.zip |
rfbproto: re-add erroneously removed SOCKET definition
Diffstat (limited to 'rfb')
-rw-r--r-- | rfb/rfbproto.h | 1 |
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 |