提交 dd9dcd59 编写于 作者: T Tatsuo Ishii

include pg_wchar.h to import a fucntion prototype of pg_mbcliplen

上级 e3ba5435
......@@ -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__
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册