]> source.dussan.org Git - tigervnc.git/commitdiff
[Bugfix] CSecurityTLS.cxx: include os/print.h to get correct snprintf definition.
authorAdam Tkac <atkac@redhat.com>
Wed, 19 Jan 2011 14:15:14 +0000 (14:15 +0000)
committerAdam Tkac <atkac@redhat.com>
Wed, 19 Jan 2011 14:15:14 +0000 (14:15 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4240 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/CSecurityTLS.cxx

index 446674f481fd07ba04d44368f38b95da056553c2..884086860de7ff945af9736069334105832a739d 100644 (file)
@@ -42,6 +42,7 @@
 #include <rdr/TLSInStream.h>
 #include <rdr/TLSOutStream.h>
 #include <os/os.h>
+#include <os/print.h>
 
 #include <gnutls/x509.h>