mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson.
This commit is contained in:
parent
76981276b0
commit
e5ff0b930a
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.10 1996/12/19 05:01:17 scrappy Exp $
|
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.11 1997/01/08 08:31:07 bryanh Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -82,6 +82,8 @@
|
|||||||
#include <commands/async.h>
|
#include <commands/async.h>
|
||||||
#include <libpq/libpq.h>
|
#include <libpq/libpq.h>
|
||||||
|
|
||||||
|
#include <port-protos.h> /* for strdup() */
|
||||||
|
|
||||||
static int notifyFrontEndPending = 0;
|
static int notifyFrontEndPending = 0;
|
||||||
static int notifyIssued = 0;
|
static int notifyIssued = 0;
|
||||||
static Dllist *pendingNotifies = NULL;
|
static Dllist *pendingNotifies = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user