diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-31 08:32:23 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-31 08:32:23 +0000 |
commit | ab2444032a34650952dd70d11a9b97cee790fed2 (patch) | |
tree | 5389059a8bb83f1a903e9985f4b7710dffb5adae /src/backend/access/index/indexam.c | |
parent | f578f8fb6824ae9c5e9d5d72a8b68cf5366d9f97 (diff) | |
download | postgresql-ab2444032a34650952dd70d11a9b97cee790fed2.tar.gz postgresql-ab2444032a34650952dd70d11a9b97cee790fed2.zip |
Same clean up of Makefile, and addition of include files
Diffstat (limited to 'src/backend/access/index/indexam.c')
-rw-r--r-- | src/backend/access/index/indexam.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/access/index/indexam.c b/src/backend/access/index/indexam.c index c0348a5f39a..e8c485c51ae 100644 --- a/src/backend/access/index/indexam.c +++ b/src/backend/access/index/indexam.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.4 1996/10/21 07:38:19 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.5 1996/10/31 08:32:22 scrappy Exp $ * * INTERFACE ROUTINES * index_open - open an index relation by relationId @@ -67,6 +67,7 @@ #include "catalog/pg_attribute.h" #include "access/attnum.h" +#include "nodes/nodes.h" #include "nodes/pg_list.h" #include "access/tupdesc.h" #include "storage/fd.h" @@ -101,6 +102,7 @@ #include "utils/palloc.h" +#include <sys/types.h> #include "storage/ipc.h" #include "storage/spin.h" #include "utils/hsearch.h" |