File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
*
6
6
* Copyright (c) 2004-2006, PostgreSQL Global Development Group
7
7
* IDENTIFICATION
8
- * $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.11 2006/03/05 15:59:10 momjian Exp $
8
+ * $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.12 2006/07/29 15:22:27 momjian Exp $
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
12
12
13
+ #include "postgres_fe.h"
13
14
14
15
#include <windows.h>
15
16
#include "pthread-win32.h"
Original file line number Diff line number Diff line change 25
25
#endif
26
26
#define NOCRYPT
27
27
28
- #include <windows.h>
29
- #include <stdio.h>
28
+ #include "postgres_fe.h"
29
+
30
30
#include "win32.h"
31
31
32
32
/* Declared here to avoid pulling in all includes, which causes name collissions */
You can’t perform that action at this time.
0 commit comments