OSDN Git Service

Add #include postgres_fe.h in two win32-specific files, because there is
authorBruce Momjian <bruce@momjian.us>
Sat, 29 Jul 2006 15:22:27 +0000 (15:22 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 29 Jul 2006 15:22:27 +0000 (15:22 +0000)
pg-specific code in those files, or might be some day.

src/interfaces/libpq/pthread-win32.c
src/interfaces/libpq/win32.c

index 9901c17..7feebe7 100644 (file)
@@ -5,11 +5,12 @@
 *
 * Copyright (c) 2004-2006, PostgreSQL Global Development Group
 * IDENTIFICATION
-*      $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.11 2006/03/05 15:59:10 momjian Exp $
+*      $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.12 2006/07/29 15:22:27 momjian Exp $
 *
 *-------------------------------------------------------------------------
 */
 
+#include "postgres_fe.h"
 
 #include <windows.h>
 #include "pthread-win32.h"
index 2c5a58b..2867aba 100644 (file)
@@ -25,8 +25,8 @@
 #endif
 #define NOCRYPT
 
-#include <windows.h>
-#include <stdio.h>
+#include "postgres_fe.h"
+
 #include "win32.h"
 
 /* Declared here to avoid pulling in all includes, which causes name collissions */