Skip to content

Commit 2bc0c8b

Browse files
committed
Add missing inclusion of nodes/value.h.
1 parent 192ad63 commit 2bc0c8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/nodes/read.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/nodes/read.c,v 1.36 2003/11/29 19:51:49 pgsql Exp $
12+
* $PostgreSQL: pgsql/src/backend/nodes/read.c,v 1.37 2004/01/07 21:12:56 tgl Exp $
1313
*
1414
* HISTORY
1515
* AUTHOR DATE MAJOR EVENT
@@ -24,6 +24,7 @@
2424

2525
#include "nodes/pg_list.h"
2626
#include "nodes/readfuncs.h"
27+
#include "nodes/value.h"
2728

2829

2930
/* Static state for pg_strtok */

0 commit comments

Comments
 (0)