mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 04:40:58 -04:00
Some systems need another header file included.
This commit is contained in:
parent
fd3ca524eb
commit
54fae9c20a
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.5 2003/06/25 10:44:21 meskes Exp $ */
|
||||
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.6 2003/06/25 11:51:18 meskes Exp $ */
|
||||
|
||||
#define POSTGRES_ECPG_INTERNAL
|
||||
#include "postgres_fe.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
#ifdef USE_THREADS
|
||||
#include <pthread.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue