We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfdd8f commit c239c11Copy full SHA for c239c11
src/bin/pg_encoding/pg_encoding.c
@@ -7,11 +7,12 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
14
#include "postgres.h"
15
+#include "miscadmin.h"
16
#include "mb/pg_wchar.h"
17
18
static void usage(void);
0 commit comments