Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f54c02d

Browse files
committed
conv.c did not compile anymore. Fix wrong header file inclusion.
1 parent 91382c2 commit f54c02d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/backend/utils/mb/conv.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
* WIN1250 client encoding support contributed by Pavel Behal
77
* SJIS UDC (NEC selection IBM kanji) support contributed by Eiji Tokuya
88
*
9-
* $Id: conv.c,v 1.22 2001/02/10 02:31:27 tgl Exp $
9+
* $Id: conv.c,v 1.23 2001/02/11 01:56:58 ishii Exp $
1010
*
1111
*
1212
*/
13-
/* can be used in either frontend or backend */
14-
#include "postgres_fe.h"
15-
13+
#include "postgres.h"
1614
#include "mb/pg_wchar.h"
1715

1816
#ifdef UNICODE_CONVERSION

0 commit comments

Comments
 (0)