From 0cf1b79528aa98fa7e0acfd60371251bd691cf5a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 14 Jul 1999 01:20:30 +0000 Subject: Cleanup of /include #include's, for 6.6 only. --- src/include/parser/parse_coerce.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/include/parser/parse_coerce.h') diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h index 6b634f13d9a..a8ce037d590 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, -- cgit v1.2.3