Commit b554cb75 authored by Bruce Momjian's avatar Bruce Momjian

Add #include postgres_fe.h in two win32-specific files, because there is

pg-specific code in those files, or might be some day.
parent 033a477e
...@@ -5,11 +5,12 @@ ...@@ -5,11 +5,12 @@
* *
* Copyright (c) 2004-2006, PostgreSQL Global Development Group * Copyright (c) 2004-2006, PostgreSQL Global Development Group
* IDENTIFICATION * 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 <windows.h>
#include "pthread-win32.h" #include "pthread-win32.h"
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#endif #endif
#define NOCRYPT #define NOCRYPT
#include <windows.h> #include "postgres_fe.h"
#include <stdio.h>
#include "win32.h" #include "win32.h"
/* Declared here to avoid pulling in all includes, which causes name collissions */ /* Declared here to avoid pulling in all includes, which causes name collissions */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment