mirror of https://github.com/postgres/postgres
include pg_wchar.h to import a fucntion prototype of pg_mbcliplen
This commit is contained in:
parent
e3ba543525
commit
dd9dcd59cf
|
@ -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__
|
||||
|
|
Loading…
Reference in New Issue