From 179d2b14ecf33058c1bc733cfef5854744809fcc Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Wed, 19 Jan 2011 14:15:14 +0000 Subject: [PATCH] [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 --- common/rfb/CSecurityTLS.cxx | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include -- 2.39.5