From 8ff9f85bd5cbd2b46fd60269282386d4ee6983d2 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Wed, 19 Jan 2000 01:33:16 +0000 Subject: [PATCH] Fix for multibyte support. Since some function declarations moved to miscadmin.h, we have to include it now. --- src/interfaces/libpq/fe-print.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/interfaces/libpq/fe-print.c b/src/interfaces/libpq/fe-print.c index 7a73a8669b..fe476809f8 100644 --- a/src/interfaces/libpq/fe-print.c +++ b/src/interfaces/libpq/fe-print.c @@ -9,7 +9,7 @@ * didn't really belong there. * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.30 2000/01/18 19:05:31 momjian Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.31 2000/01/19 01:33:16 ishii Exp $ * *------------------------------------------------------------------------- */ @@ -36,6 +36,7 @@ #endif #ifdef MULTIBYTE +#include "miscadmin.h" #include "mb/pg_wchar.h" #endif -- 2.11.0