summaryrefslogtreecommitdiff
path: root/src/include/storage/pos.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1999-07-30 17:07:23 +0000
committerMarc G. Fournier <scrappy@hub.org>1999-07-30 17:07:23 +0000
commit2c49183c80a47c4aa0a8ef3eea5da415d1cc8a32 (patch)
tree59454a97a765e8564fe79598dbf57d457d8487f7 /src/include/storage/pos.h
parent710add2942db738ee6b7331598a4395ce10cab4f (diff)
Carefully merge in Bruce's include file changes ... commit'd only after a
clean compile ...
Diffstat (limited to 'src/include/storage/pos.h')
-rw-r--r--src/include/storage/pos.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/storage/pos.h b/src/include/storage/pos.h
index 91d85c68c55..20560c9dddd 100644
--- a/src/include/storage/pos.h
+++ b/src/include/storage/pos.h
@@ -6,13 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pos.h,v 1.7 1999/05/25 16:14:44 momjian Exp $
+ * $Id: pos.h,v 1.7.2.1 1999/07/30 17:07:17 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef POS_H
#define POS_H
+#include "storage/off.h"
+
/*
* a 'position' used to be <pagenumber, offset> in postgres. this has
* been changed to just <offset> as the notion of having multiple pages