aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 04:49:29 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 04:49:29 +0000
commitf4ba64a0ac0c6dbd006f88876ae24e40ce202757 (patch)
tree82f340c44cee8e37e4ca34eb0dff0824c674efe0 /src
parent23f444f64dea7c3965d24e4ba86c673bf3f99f57 (diff)
downloadpostgresql-f4ba64a0ac0c6dbd006f88876ae24e40ce202757.tar.gz
postgresql-f4ba64a0ac0c6dbd006f88876ae24e40ce202757.zip
Almost have access/common cleaned up...
Diffstat (limited to 'src')
-rw-r--r--src/include/nodes/parsenodes.h3
1 files changed, 2 insertions, 1 deletions
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