summaryrefslogtreecommitdiff
path: root/src/include/utils/lsyscache.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-04 11:51:27 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-04 11:51:27 +0000
commit0b3cb80e03a54636354930d2a1fc0186e3ba092c (patch)
tree8736017fdad32b610d4b5d97ee824da08e6d64a7 /src/include/utils/lsyscache.h
parent7870c5a0d32b6cbe0cd51c8c00c5c332a40e7a89 (diff)
downloadpostgresql-0b3cb80e03a54636354930d2a1fc0186e3ba092c.tar.gz
finally, this directory is (should be!) totally clean
Diffstat (limited to 'src/include/utils/lsyscache.h')
-rw-r--r--src/include/utils/lsyscache.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h
index 2eb66f0bf5..7e1bf907b8 100644
--- a/src/include/utils/lsyscache.h
+++ b/src/include/utils/lsyscache.h
@@ -6,14 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: lsyscache.h,v 1.1 1996/08/28 01:59:08 scrappy Exp $
+ * $Id: lsyscache.h,v 1.2 1996/11/04 11:51:20 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LSYSCACHE_H
#define LSYSCACHE_H
-#include "access/htup.h"
+#include <access/attnum.h>
+#include <access/htup.h>
extern bool op_class(Oid opid, int32 opclass, Oid amopid);
extern char *get_attname(Oid relid, AttrNumber attnum);