aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/async.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-11-08 06:02:30 +0000
committerBruce Momjian <bruce@momjian.us>1996-11-08 06:02:30 +0000
commit4b2b8592a04730b800583ee6b5638d04bf0d95bd (patch)
tree5c91dead4db4240f387ec65fb1a21194d79522ce /src/include/commands/async.h
parentd79bb2fd0ee968602421a1a8d87700204f070d52 (diff)
downloadpostgresql-4b2b8592a04730b800583ee6b5638d04bf0d95bd.tar.gz
postgresql-4b2b8592a04730b800583ee6b5638d04bf0d95bd.zip
Compile and warning cleanup
Diffstat (limited to 'src/include/commands/async.h')
-rw-r--r--src/include/commands/async.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h
index d734651c155..c572c64243c 100644
--- a/src/include/commands/async.h
+++ b/src/include/commands/async.h
@@ -6,13 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: async.h,v 1.3 1996/11/06 10:29:30 scrappy Exp $
+ * $Id: async.h,v 1.4 1996/11/08 06:01:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ASYNC_H
#define ASYNC_H
+#include <nodes/memnodes.h>
extern void Async_NotifyHandler(SIGNAL_ARGS);
extern void Async_Notify(char *relname);