aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeGroup.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-11-08 20:46:33 +0000
committerBruce Momjian <bruce@momjian.us>1996-11-08 20:46:33 +0000
commitc9c0e111b8d5c186c4cf3742a00e3163f02fab53 (patch)
tree3bef47505275f261ec40537ae280af6d29287b5a /src/backend/executor/nodeGroup.c
parent8006c6f52f67cccaa9d57e2c895d95b609372c41 (diff)
downloadpostgresql-c9c0e111b8d5c186c4cf3742a00e3163f02fab53.tar.gz
postgresql-c9c0e111b8d5c186c4cf3742a00e3163f02fab53.zip
More compile cleanups
Diffstat (limited to 'src/backend/executor/nodeGroup.c')
-rw-r--r--src/backend/executor/nodeGroup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/executor/nodeGroup.c b/src/backend/executor/nodeGroup.c
index 7457794156d..79616ea8a97 100644
--- a/src/backend/executor/nodeGroup.c
+++ b/src/backend/executor/nodeGroup.c
@@ -13,11 +13,12 @@
* columns. (ie. tuples from the same group are consecutive)
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeGroup.c,v 1.3 1996/11/08 05:56:08 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeGroup.c,v 1.4 1996/11/08 20:45:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
+#include "fmgr.h"
#include "access/heapam.h"
#include "catalog/catalog.h"