diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-10-31 08:28:53 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-31 08:28:53 +0000 |
| commit | f578f8fb6824ae9c5e9d5d72a8b68cf5366d9f97 (patch) | |
| tree | 029821108fc50e3076eca3fa3d46a38e11f7caf4 /src/backend/access/heap/heapam.c | |
| parent | 367ade186ffea58f19967433e8739a34cda7afe8 (diff) | |
| download | postgresql-f578f8fb6824ae9c5e9d5d72a8b68cf5366d9f97.tar.gz | |
Cleaned out -I../.. -I../../include from Makefile
Added missing include files
Diffstat (limited to 'src/backend/access/heap/heapam.c')
| -rw-r--r-- | src/backend/access/heap/heapam.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 25e6693d4f..04c43d2e47 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.5 1996/10/21 05:59:44 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.6 1996/10/31 08:28:51 scrappy Exp $ * * * INTERFACE ROUTINES @@ -77,6 +77,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" @@ -102,6 +103,7 @@ #include "storage/itemid.h" #include "storage/item.h" +#include "storage/page.h" #include "storage/bufpage.h" #include "access/heapam.h" |
