aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Åstrand (astrand) <astrand@cendio.se>2018-04-23 10:00:35 +0200
committerPeter Åstrand (astrand) <astrand@cendio.se>2018-05-02 15:51:47 +0200
commit454ed79428862c7227c7ea691182dd894bea2a33 (patch)
treeb2e641ba8d0e8a97ac4bc89d1158acdb091c5aac
parenta890572b8d4593143c7e6dc1dd9e776df18feb6e (diff)
downloadtigervnc-454ed79428862c7227c7ea691182dd894bea2a33.tar.gz
tigervnc-454ed79428862c7227c7ea691182dd894bea2a33.zip
Fix another compile error on Windows when not building with GnuTLS
-rw-r--r--win/vncconfig/Authentication.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/vncconfig/Authentication.h b/win/vncconfig/Authentication.h
index 82971148..175cd240 100644
--- a/win/vncconfig/Authentication.h
+++ b/win/vncconfig/Authentication.h
@@ -29,7 +29,9 @@
#include <rfb/Security.h>
#include <rfb/SecurityServer.h>
#include <rfb/SSecurityVncAuth.h>
+#ifdef HAVE_GNUTLS
#include <rfb/SSecurityTLS.h>
+#endif
#include <rfb/Password.h>
static rfb::BoolParameter queryOnlyIfLoggedOn("QueryOnlyIfLoggedOn",