include pg_wchar.h to import a fucntion prototype of pg_mbcliplen
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 30 Oct 2000 06:48:36 +0000 (06:48 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 30 Oct 2000 06:48:36 +0000 (06:48 +0000)
src/backend/utils/error/elog.c

index 6fedc61c8f785b9a75b1e21c92ebce07db10550c..442e49fac8b9f672e96e2275272d4f256d1fdb3b 100644 (file)
 #include "tcop/tcopprot.h"
 #include "commands/copy.h"
 
+#ifdef MULTIBYTE
+#include "mb/pg_wchar.h"
+#endif
+
 extern int     errno;
 
 #ifdef __CYGWIN__