aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/utils/mb')
-rw-r--r--src/backend/utils/mb/mbutils.c4
-rw-r--r--src/backend/utils/mb/variable.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/src/backend/utils/mb/mbutils.c b/src/backend/utils/mb/mbutils.c
index d5831b14e6a..aa5b01ad569 100644
--- a/src/backend/utils/mb/mbutils.c
+++ b/src/backend/utils/mb/mbutils.c
@@ -3,11 +3,13 @@
* client encoding and server internal encoding.
* (currently mule internal code (mic) is used)
* Tatsuo Ishii
- * $Id: mbutils.c,v 1.6 1999/05/25 16:12:43 momjian Exp $ */
+ * $Id: mbutils.c,v 1.7 1999/07/17 16:25:26 momjian Exp $ */
#include <stdio.h>
#include <string.h>
+#include "postgres.h"
+#include "miscadmin.h"
#include "mb/pg_wchar.h"
static int client_encoding = -1;
diff --git a/src/backend/utils/mb/variable.c b/src/backend/utils/mb/variable.c
index 2452518e12d..64f4f7b6a98 100644
--- a/src/backend/utils/mb/variable.c
+++ b/src/backend/utils/mb/variable.c
@@ -2,9 +2,10 @@
* This file contains some public functions
* related to show/set/reset variable commands.
* Tatsuo Ishii
- * $Id: variable.c,v 1.4 1999/05/25 16:12:44 momjian Exp $
+ * $Id: variable.c,v 1.5 1999/07/17 16:25:27 momjian Exp $
*/
+#include "postgres.h"
#include "mb/pg_wchar.h"
bool