]> granicus.if.org Git - postgresql/commitdiff
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 a4cea6af75ccab06d339efcb6ddd515a94f52366..3f80c21580ae6464a38e76518fa0cb4efb2b5764 100644 (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 $
  *
  *-------------------------------------------------------------------------
  */
 #include "tcop/tcopprot.h"
 #include "commands/copy.h"
 
+#ifdef MULTIBYTE
+#include "mb/pg_wchar.h"
+#endif
+
 extern int     errno;
 
 #ifdef __CYGWIN__