aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 04:31:45 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 04:31:45 +0000
commit42dd813494eb8ecd0a2b602ecba1cbc3015fd8fd (patch)
tree5b758303781e57935e29dfef7860fcbbdee93e92 /src
parent1d5c3ec010eba9554f1c87b17e0ae1b11cacc364 (diff)
downloadpostgresql-42dd813494eb8ecd0a2b602ecba1cbc3015fd8fd.tar.gz
postgresql-42dd813494eb8ecd0a2b602ecba1cbc3015fd8fd.zip
Hopefully that cleans up the cruft from rel.h
Diffstat (limited to 'src')
-rw-r--r--src/include/utils/rel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h
index 4e97be4e4d4..7f8750cb7c1 100644
--- a/src/include/utils/rel.h
+++ b/src/include/utils/rel.h
@@ -6,13 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rel.h,v 1.2 1996/10/19 04:06:48 scrappy Exp $
+ * $Id: rel.h,v 1.3 1996/10/19 04:31:45 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef REL_H
#define REL_H
+#include "access/tupdesc.h"
#include "storage/fd.h"
#include "catalog/pg_am.h"
#include "catalog/pg_class.h"