projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e21a38
)
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 0d455a2223d212a70eaaef84f88bfc870876dbf3..a5578873df0b99d7f30a1d9496c0831e4a020d3f 100644
(file)
--- a/
src/backend/utils/mb/conv.c
+++ b/
src/backend/utils/mb/conv.c
@@
-10,9
+10,7
@@
*
*
*/
-/* can be used in either frontend or backend */
-#include "postgres_fe.h"
-
+#include "postgres.h"
#include "mb/pg_wchar.h"
#ifdef UNICODE_CONVERSION