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:
f565cf4
)
Fix for multibyte support. Since some function declarations
author
Tatsuo Ishii
<ishii@postgresql.org>
Wed, 19 Jan 2000 01:33:16 +0000
(
01:33
+0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Wed, 19 Jan 2000 01:33:16 +0000
(
01:33
+0000)
moved to miscadmin.h, we have to include it now.
src/interfaces/libpq/fe-print.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-print.c
b/src/interfaces/libpq/fe-print.c
index 7a73a8669b8a21f903e8d1aad0e75dd4f1ad06cc..fe476809f89f05a720085f05d2981258a465cd55 100644
(file)
--- a/
src/interfaces/libpq/fe-print.c
+++ b/
src/interfaces/libpq/fe-print.c
@@
-9,7
+9,7
@@
* didn't really belong there.
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.3
0 2000/01/18 19:05:31 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.3
1 2000/01/19 01:33:16 ishii
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-36,6
+36,7
@@
#endif
#ifdef MULTIBYTE
+#include "miscadmin.h"
#include "mb/pg_wchar.h"
#endif