include pg_wchar.h to import a fucntion prototype of pg_mbcliplen

This commit is contained in:
Tatsuo Ishii 2000-10-30 06:48:36 +00:00
parent e3ba543525
commit dd9dcd59cf
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.64 2000/10/07 14:39:14 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.65 2000/10/30 06:48:36 ishii Exp $
*
*-------------------------------------------------------------------------
*/
@ -37,6 +37,10 @@
#include "tcop/tcopprot.h"
#include "commands/copy.h"
#ifdef MULTIBYTE
#include "mb/pg_wchar.h"
#endif
extern int errno;
#ifdef __CYGWIN__