summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
authorBruce Momjian2004-09-27 22:11:23 +0000
committerBruce Momjian2004-09-27 22:11:23 +0000
commit8efe926bfe843d9842855d856b0423944369262f (patch)
tree2691335fc2ad1365ae5986097c3bc5830d73c3ca /src/include/c.h
parent866627f84dfd01372748ef851e4be89429d7b346 (diff)
More Win32 cleanups for Dave Page.
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h
index cf97f34edda..fcdf6b404be 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/c.h,v 1.175 2004/09/27 04:18:28 neilc Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.176 2004/09/27 22:11:22 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -80,7 +80,7 @@
/* We have to redefine some system functions after they are included above */
#include "pg_config_os.h"
#else
-#include <windows.h> /* We don't have a port file for MSC/BCC */
+#include "port/win32.h" /* We didn't run configure, but this is our port file */
#endif
#endif