summaryrefslogtreecommitdiffstats
path: root/common/rfb
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2011-01-19 14:15:14 +0000
committerAdam Tkac <atkac@redhat.com>2011-01-19 14:15:14 +0000
commit179d2b14ecf33058c1bc733cfef5854744809fcc (patch)
tree34384f9a5e4df98602156b31bd1154259b2b5d3b /common/rfb
parentc4674db3bda3653445a483ab04d244c1e7970a64 (diff)
downloadtigervnc-179d2b14ecf33058c1bc733cfef5854744809fcc.tar.gz
tigervnc-179d2b14ecf33058c1bc733cfef5854744809fcc.zip
[Bugfix] CSecurityTLS.cxx: include os/print.h to get correct snprintf definition.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4240 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb')
-rw-r--r--common/rfb/CSecurityTLS.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/CSecurityTLS.cxx b/common/rfb/CSecurityTLS.cxx
index 446674f4..88408686 100644
--- a/common/rfb/CSecurityTLS.cxx
+++ b/common/rfb/CSecurityTLS.cxx
@@ -42,6 +42,7 @@
#include <rdr/TLSInStream.h>
#include <rdr/TLSOutStream.h>
#include <os/os.h>
+#include <os/print.h>
#include <gnutls/x509.h>