We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7698127 commit e5ff0b9Copy full SHA for e5ff0b9
src/backend/commands/async.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -82,6 +82,8 @@
82
#include <commands/async.h>
83
#include <libpq/libpq.h>
84
85
+#include <port-protos.h> /* for strdup() */
86
+
87
static int notifyFrontEndPending = 0;
88
static int notifyIssued = 0;
89
static Dllist *pendingNotifies = NULL;
0 commit comments