Fix for multibyte support. Since some function declarations

moved to miscadmin.h, we have to include it now.
This commit is contained in:
Tatsuo Ishii 2000-01-19 01:33:16 +00:00
parent f565cf41ab
commit 8ff9f85bd5
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
* didn't really belong there. * didn't really belong there.
* *
* IDENTIFICATION * 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 #endif
#ifdef MULTIBYTE #ifdef MULTIBYTE
#include "miscadmin.h"
#include "mb/pg_wchar.h" #include "mb/pg_wchar.h"
#endif #endif