From e5ff0b930a8afebecc143cf350db2da2b10d9fca Mon Sep 17 00:00:00 2001
From: Bryan Henderson <bryanh@giraffe.netgate.net>
Date: Wed, 8 Jan 1997 08:31:07 +0000
Subject: [PATCH] Add include of port-protos.h so it works on Ultrix.  Thanks
 Erik Bertelson.

---
 src/backend/commands/async.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c
index ad687f6e567..94ea0a00f25 100644
--- a/src/backend/commands/async.c
+++ b/src/backend/commands/async.c
@@ -7,7 +7,7 @@
  *
  *
  * 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 <libpq/libpq.h>
 
+#include <port-protos.h>  /* for strdup() */
+
 static int notifyFrontEndPending = 0;
 static int notifyIssued = 0;
 static Dllist *pendingNotifies = NULL;
-- 
GitLab