1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

conv.c did not compile anymore. Fix wrong header file inclusion.

This commit is contained in:
Tatsuo Ishii 2001-02-11 01:56:58 +00:00
parent 91382c2882
commit f54c02d2eb

View File

@ -6,13 +6,11 @@
* WIN1250 client encoding support contributed by Pavel Behal * WIN1250 client encoding support contributed by Pavel Behal
* SJIS UDC (NEC selection IBM kanji) support contributed by Eiji Tokuya * SJIS UDC (NEC selection IBM kanji) support contributed by Eiji Tokuya
* *
* $Id: conv.c,v 1.22 2001/02/10 02:31:27 tgl Exp $ * $Id: conv.c,v 1.23 2001/02/11 01:56:58 ishii Exp $
* *
* *
*/ */
/* can be used in either frontend or backend */ #include "postgres.h"
#include "postgres_fe.h"
#include "mb/pg_wchar.h" #include "mb/pg_wchar.h"
#ifdef UNICODE_CONVERSION #ifdef UNICODE_CONVERSION