From e4ca6cac434f3bb71b23ee7e5ddbf64eea89cce2 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Fri, 6 Jun 2008 22:35:22 +0000 Subject: Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. --- src/backend/nodes/print.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backend/nodes/print.c') diff --git a/src/backend/nodes/print.c b/src/backend/nodes/print.c index 5f0e94c6a00..aa595e2ced1 100644 --- a/src/backend/nodes/print.c +++ b/src/backend/nodes/print.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/nodes/print.c,v 1.87 2008/01/01 19:45:50 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/nodes/print.c,v 1.88 2008/06/06 22:35:22 alvherre Exp $ * * HISTORY * AUTHOR DATE MAJOR EVENT @@ -20,6 +20,7 @@ #include "postgres.h" #include "access/printtup.h" +#include "lib/stringinfo.h" #include "nodes/print.h" #include "optimizer/clauses.h" #include "parser/parsetree.h" -- cgit v1.2.3