projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91382c2
)
conv.c did not compile anymore. Fix wrong header file inclusion.
author
Tatsuo Ishii
<ishii@postgresql.org>
Sun, 11 Feb 2001 01:56:58 +0000
(
01:56
+0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Sun, 11 Feb 2001 01:56:58 +0000
(
01:56
+0000)
src/backend/utils/mb/conv.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/mb/conv.c
b/src/backend/utils/mb/conv.c
index 897ae5e2375ffbc53465f126ea499d5ef9cbd546..eaef3976b5eb685bac34ec62f34b41063500fda0 100644
(file)
--- a/
src/backend/utils/mb/conv.c
+++ b/
src/backend/utils/mb/conv.c
@@
-6,13
+6,11
@@
* WIN1250 client encoding support contributed by Pavel Behal
* SJIS UDC (NEC selection IBM kanji) support contributed by Eiji Tokuya
*
- * $Id: conv.c,v 1.2
2 2001/02/10 02:31:27 tgl
Exp $
+ * $Id: conv.c,v 1.2
3 2001/02/11 01:56:58 ishii
Exp $
*
*
*/
-/* can be used in either frontend or backend */
-#include "postgres_fe.h"
-
+#include "postgres.h"
#include "mb/pg_wchar.h"
#ifdef UNICODE_CONVERSION