commit | 4b9b89730defae2f17df4400da819be799af1c7a | [log] [tgz] |
---|---|---|
author | Brian P. Hinz <bphinz@users.sf.net> | Wed Nov 15 05:08:16 2017 -0500 |
committer | Brian P. Hinz <bphinz@users.sf.net> | Wed Nov 15 05:08:16 2017 -0500 |
tree | eaabddd71e1292865199e6ba4ceac3bf58070160 | |
parent | cab73385bafb146676a7f14e0404bfeb4f9cd1ea [diff] [blame] |
avoid putting more includes in headers than necessary
diff --git a/common/rfb/SSecurityTLS.cxx b/common/rfb/SSecurityTLS.cxx index 92ff4b8..5576a06 100644 --- a/common/rfb/SSecurityTLS.cxx +++ b/common/rfb/SSecurityTLS.cxx
@@ -35,6 +35,7 @@ #include <rfb/Exception.h> #include <rdr/TLSInStream.h> #include <rdr/TLSOutStream.h> +#include <gnutls/x509.h> #define DH_BITS 1024 /* XXX This should be configurable! */