aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2008-12-01 14:03:23 +0000
committerPeter Åstrand <astrand@cendio.se>2008-12-01 14:03:23 +0000
commit9403363ddd95944ef0b895a9ff8ea9889b8bfaae (patch)
treeb270cd82a08b30a09c7132f2efa70598bf084f94 /common
parent569406c6bcfcbc0dc3169fcbd33b60458772c120 (diff)
downloadtigervnc-9403363ddd95944ef0b895a9ff8ea9889b8bfaae.tar.gz
tigervnc-9403363ddd95944ef0b895a9ff8ea9889b8bfaae.zip
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
Diffstat (limited to 'common')
-rw-r--r--common/os/print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/os/print.h b/common/os/print.h
index a16e6a9f..ea550411 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>