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 {