aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-01-28 17:36:04 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-01-28 17:36:04 +0000
commitaf5cd5ba92036f07f8414b15ec96da096ded8d7e (patch)
tree3acf215613ba50904c114f2e799fca557f7699ba /src
parent51aac369968fe1f6d6eb69a3ea84b665f7b52a26 (diff)
downloadpostgresql-af5cd5ba92036f07f8414b15ec96da096ded8d7e.tar.gz
postgresql-af5cd5ba92036f07f8414b15ec96da096ded8d7e.zip
pg_aggregate.h fails to compile standalone, for lack of an #include
defining List.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_aggregate.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h
index 65dcafbc8d6..68959448954 100644
--- a/src/include/catalog/pg_aggregate.h
+++ b/src/include/catalog/pg_aggregate.h
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/pg_aggregate.h,v 1.47 2004/12/31 22:03:24 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_aggregate.h,v 1.47.4.1 2005/01/28 17:36:04 tgl Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -19,6 +19,8 @@
#ifndef PG_AGGREGATE_H
#define PG_AGGREGATE_H
+#include "nodes/pg_list.h"
+
/* ----------------
* postgres.h contains the system type definitions and the
* CATALOG(), BOOTSTRAP and DATA() sugar words so this file