Corrected r3167; the file is called common-config.win.h, not
common-config.win32.h. 



git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3275 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/os/print.h b/common/os/print.h
index a16e6a9..ea55041 100644
--- a/common/os/print.h
+++ b/common/os/print.h
@@ -24,7 +24,7 @@
 #endif
 
 #ifdef WIN32
-#include <common-config.win32.h>
+#include <common-config.win.h>
 #endif
 
 #include <stdarg.h>