OSDN Git Service

Suppress compiler warning in MULTIBYTE code.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Jan 2001 06:57:25 +0000 (06:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Jan 2001 06:57:25 +0000 (06:57 +0000)
src/backend/utils/init/postinit.c

index 1d307ea..9694990 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.78 2001/01/14 22:21:54 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.79 2001/01/19 06:57:25 tgl Exp $
  *
  *
  *-------------------------------------------------------------------------
@@ -29,6 +29,7 @@
 #include "catalog/catname.h"
 #include "catalog/pg_database.h"
 #include "commands/trigger.h"
+#include "commands/variable.h" /* for set_default_client_encoding() */
 #include "miscadmin.h"
 #include "storage/backendid.h"
 #include "storage/proc.h"