From: Marc G. Fournier Date: Sat, 19 Oct 1996 04:49:29 +0000 (+0000) Subject: Almost have access/common cleaned up... X-Git-Tag: REL2_0~409 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ba64a0ac0c6dbd006f88876ae24e40ce202757;p=thirdparty%2Fpostgresql.git Almost have access/common cleaned up... --- diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 6e3538d0bdf..67556446606 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parsenodes.h,v 1.2 1996/10/19 04:46:28 scrappy Exp $ + * $Id: parsenodes.h,v 1.3 1996/10/19 04:49:29 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -14,6 +14,7 @@ #define PARSENODES_H #include "nodes/primnodes.h" +#include "utils/tqual.h" /***************************************************************************** * Query Tree