OSDN Git Service

Fix compiler warning
authorTatsuo Ishii <ishii@postgresql.org>
Sat, 19 Feb 2000 04:59:30 +0000 (04:59 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Sat, 19 Feb 2000 04:59:30 +0000 (04:59 +0000)
src/bin/pg_encoding/pg_encoding.c

index 2b98db4..fc07146 100644 (file)
@@ -7,11 +7,12 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/pg_encoding.c,v 1.7 2000/02/16 13:22:00 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/pg_encoding.c,v 1.8 2000/02/19 04:59:30 ishii Exp $
  *
  *-------------------------------------------------------------------------
  */
 #include "postgres.h"
+#include "miscadmin.h"
 #include "mb/pg_wchar.h"
 
 static void usage(void);