From: Tom Lane Date: Fri, 28 Jan 2005 17:35:53 +0000 (+0000) Subject: pg_aggregate.h fails to compile standalone, for lack of an #include X-Git-Tag: REL9_0_0~10867 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c3a4e22e826ca2cd2f1e1b6d6dd4ae953b6755f1;p=pg-rex%2Fsyncrep.git pg_aggregate.h fails to compile standalone, for lack of an #include defining List. --- diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h index 65dcafbc8d..7b1ab5be63 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.48 2005/01/28 17:35:53 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