commit | be1c5d458532e09e0e04981cccdf4d7db3704427 | [log] [tgz] |
---|---|---|
author | Peter Åstrand <astrand@cendio.se> | Tue Dec 02 08:08:05 2008 +0000 |
committer | Peter Åstrand <astrand@cendio.se> | Tue Dec 02 08:08:05 2008 +0000 |
tree | 7741847ebf3e10a70594a2d54ad7ff8b445066eb | |
parent | 1ace10723da4e77c72cf36634e0e39bca5b49fd1 [diff] |
We are using printf - stdio.h must be included git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3278 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/win/rfb_win32/Win32Util.cxx b/win/rfb_win32/Win32Util.cxx index ef8039a..2e17100 100644 --- a/win/rfb_win32/Win32Util.cxx +++ b/win/rfb_win32/Win32Util.cxx
@@ -24,6 +24,7 @@ #include <rfb_win32/Handle.h> #include <rdr/HexOutStream.h> #include <rdr/Exception.h> +#include <stdio.h> namespace rfb { namespace win32 {