aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-23 07:42:13 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-23 07:42:13 +0000
commitf36b2560a4d8dbeb5e0383ca44f8c85adb593a4f (patch)
tree27720a1b42d0b658e23297e592ff2c1f6620891e /src/include/nodes/execnodes.h
parent29a0fb84fcaddee3623c15b9a072ad893bb04270 (diff)
downloadpostgresql-f36b2560a4d8dbeb5e0383ca44f8c85adb593a4f.tar.gz
postgresql-f36b2560a4d8dbeb5e0383ca44f8c85adb593a4f.zip
Major code cleanups from D'arcy (-Wall -Werror)
Diffstat (limited to 'src/include/nodes/execnodes.h')
-rw-r--r--src/include/nodes/execnodes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index e8c08f60fdd..63cbe32b466 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: execnodes.h,v 1.3 1996/10/20 06:35:07 scrappy Exp $
+ * $Id: execnodes.h,v 1.4 1996/10/23 07:41:56 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,6 +15,7 @@
#include "nodes/params.h"
#include "access/sdir.h"
+#include "access/funcindex.h"
#include "executor/hashjoin.h"
#include "nodes/primnodes.h"
#include "nodes/memnodes.h"