diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 06:35:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 06:35:27 +0000 |
commit | 2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb (patch) | |
tree | 3db22d820d571cd6c382c066b14c3666b89d08b8 /src/include/nodes/execnodes.h | |
parent | 3cb7ff8db268cccf29a1f76ad8b63e5a34b17ab9 (diff) | |
download | postgresql-2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb.tar.gz postgresql-2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb.zip |
More include files cleaned up
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 db6c1a792e8..e8c08f60fdd 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.2 1996/10/19 06:27:25 scrappy Exp $ + * $Id: execnodes.h,v 1.3 1996/10/20 06:35:07 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -18,6 +18,7 @@ #include "executor/hashjoin.h" #include "nodes/primnodes.h" #include "nodes/memnodes.h" +#include "executor/tuptable.h" /* ---------------- * IndexInfo information |