aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/heaptuple.h
diff options
context:
space:
mode:
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,