aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/syscache.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-10-31 05:58:01 +0000
committerBruce Momjian <bruce@momjian.us>1996-10-31 05:58:01 +0000
commit3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772 (patch)
tree3ed2f5e76f0d903c7ba452e8f7ab2f55f57721c0 /src/include/utils/syscache.h
parent7a93da98af8694feb58e97fdbdcbc64a3d07160c (diff)
downloadpostgresql-3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772.tar.gz
postgresql-3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772.zip
Added needed include file.
Diffstat (limited to 'src/include/utils/syscache.h')
-rw-r--r--src/include/utils/syscache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h
index 2bc34bc4e4e..efd223cdeb7 100644
--- a/src/include/utils/syscache.h
+++ b/src/include/utils/syscache.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: syscache.h,v 1.2 1996/10/19 04:16:04 scrappy Exp $
+ * $Id: syscache.h,v 1.3 1996/10/31 05:58:01 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,6 +14,7 @@
#define SYSCACHE_H
#include "access/attnum.h"
+#include "access/htup.h"
/*#define CACHEDEBUG*/ /* turns DEBUG elogs on */