commit | 9403363ddd95944ef0b895a9ff8ea9889b8bfaae | [log] [tgz] |
---|---|---|
author | Peter Åstrand <astrand@cendio.se> | Mon Dec 01 14:03:23 2008 +0000 |
committer | Peter Åstrand <astrand@cendio.se> | Mon Dec 01 14:03:23 2008 +0000 |
tree | b270cd82a08b30a09c7132f2efa70598bf084f94 | |
parent | 569406c6bcfcbc0dc3169fcbd33b60458772c120 [diff] |
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>