aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/heaptuple.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-03 08:17:38 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-03 08:17:38 +0000
commit0c960e7fc0416a8fd7e9d1be853a19294af631c6 (patch)
tree1473ede5c183179dea40911102422be69fdba543 /src/include/access/heaptuple.h
parent4bdf308bdf73a4a819f2c144c9a3a4cb8375fc02 (diff)
downloadpostgresql-0c960e7fc0416a8fd7e9d1be853a19294af631c6.tar.gz
postgresql-0c960e7fc0416a8fd7e9d1be853a19294af631c6.zip
More include file cleanups
Diffstat (limited to 'src/include/access/heaptuple.h')
-rw-r--r--src/include/access/heaptuple.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/access/heaptuple.h b/src/include/access/heaptuple.h
index 7dcbd60e60e..14de5b094e9 100644
--- a/src/include/access/heaptuple.h
+++ b/src/include/access/heaptuple.h
@@ -6,13 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: heaptuple.h,v 1.1 1996/10/18 17:58:33 scrappy Exp $
+ * $Id: heaptuple.h,v 1.2 1996/11/03 08:17:19 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HEAPTUPLE_H
#define HEAPTUPLE_H
+#include "access/htup.h"
+#include "storage/buf.h"
+#include "access/tupdesc.h"
+
extern char *heap_getattr(HeapTuple tup,
Buffer b,
int attnum,