commit | 179d2b14ecf33058c1bc733cfef5854744809fcc | [log] [tgz] |
---|---|---|
author | Adam Tkac <atkac@redhat.com> | Wed Jan 19 14:15:14 2011 +0000 |
committer | Adam Tkac <atkac@redhat.com> | Wed Jan 19 14:15:14 2011 +0000 |
tree | 34384f9a5e4df98602156b31bd1154259b2b5d3b | |
parent | c4674db3bda3653445a483ab04d244c1e7970a64 [diff] [blame] |
[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
diff --git a/common/rfb/CSecurityTLS.cxx b/common/rfb/CSecurityTLS.cxx index 446674f..8840868 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>