summaryrefslogtreecommitdiff
path: root/src/include/storage/pos.h
diff options
context:
space:
mode:
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