diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-23 07:42:13 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-23 07:42:13 +0000 |
commit | f36b2560a4d8dbeb5e0383ca44f8c85adb593a4f (patch) | |
tree | 27720a1b42d0b658e23297e592ff2c1f6620891e /src/include/nodes/execnodes.h | |
parent | 29a0fb84fcaddee3623c15b9a072ad893bb04270 (diff) | |
download | postgresql-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.h | 3 |
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" |