summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_coerce.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-14 01:20:30 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-14 01:20:30 +0000
commit0cf1b79528aa98fa7e0acfd60371251bd691cf5a (patch)
treed42a4ac1e1d9cb77eed2cd0a07a4e3fb536f8fa2 /src/include/parser/parse_coerce.h
parentad4948862c861a26094290ba1c9c1e11e5d4f96e (diff)
downloadpostgresql-0cf1b79528aa98fa7e0acfd60371251bd691cf5a.tar.gz
Cleanup of /include #include's, for 6.6 only.
Diffstat (limited to 'src/include/parser/parse_coerce.h')
-rw-r--r--src/include/parser/parse_coerce.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h
index 6b634f13d9..a8ce037d59 100644
--- a/src/include/parser/parse_coerce.h
+++ b/src/include/parser/parse_coerce.h
@@ -6,13 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_coerce.h,v 1.12 1999/05/25 22:43:17 momjian Exp $
+ * $Id: parse_coerce.h,v 1.13 1999/07/14 01:20:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSE_COERCE_H
#define PARSE_COERCE_H
+#include "nodes/pg_list.h"
+#include "parser/parse_node.h"
+
typedef enum CATEGORY
{
INVALID_TYPE,