diff options
author | Christian Beier <[email protected]> | 2012-04-15 17:26:00 +0200 |
---|---|---|
committer | Christian Beier <[email protected]> | 2012-04-15 17:26:00 +0200 |
commit | e2beac6d939ac6c07114b42a4708d2ea78c35295 (patch) | |
tree | 52e6d298f3c18f43e1ecb8b1a020176ed5eefc2d /libvncclient | |
parent | f606179c9cd8c80b7ee6a3f858a674de2c455d1d (diff) | |
download | libtdevnc-e2beac6d939ac6c07114b42a4708d2ea78c35295.tar.gz libtdevnc-e2beac6d939ac6c07114b42a4708d2ea78c35295.zip |
LibVNCClient: Fix build with no SSL/TLS library available.
Diffstat (limited to 'libvncclient')
-rw-r--r-- | libvncclient/tls_none.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvncclient/tls_none.c b/libvncclient/tls_none.c index 6147896..91a9f93 100644 --- a/libvncclient/tls_none.c +++ b/libvncclient/tls_none.c @@ -17,6 +17,8 @@ * USA. */ +#include <rfb/rfbclient.h> +#include <errno.h> #include "tls.h" rfbBool HandleAnonTLSAuth(rfbClient* client) |