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/hio.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/hio.c')
| -rw-r--r-- | src/backend/access/heap/hio.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/access/heap/hio.c b/src/backend/access/heap/hio.c index fd80c0da21..579535dae4 100644 --- a/src/backend/access/heap/hio.c +++ b/src/backend/access/heap/hio.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Id: hio.c,v 1.5 1996/10/21 05:59:46 scrappy Exp $ + * $Id: hio.c,v 1.6 1996/10/31 08:28:52 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -16,6 +16,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" @@ -39,6 +40,7 @@ #include "storage/itemid.h" #include "storage/item.h" #include "storage/off.h" +#include "storage/page.h" #include "storage/bufpage.h" #include "utils/tqual.h" |
