Commit dd9dcd59 authored by Tatsuo Ishii's avatar Tatsuo Ishii

include pg_wchar.h to import a fucntion prototype of pg_mbcliplen

parent e3ba5435
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * 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 @@ ...@@ -37,6 +37,10 @@
#include "tcop/tcopprot.h" #include "tcop/tcopprot.h"
#include "commands/copy.h" #include "commands/copy.h"
#ifdef MULTIBYTE
#include "mb/pg_wchar.h"
#endif
extern int errno; extern int errno;
#ifdef __CYGWIN__ #ifdef __CYGWIN__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment