We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c944bf commit 2937505Copy full SHA for 2937505
src/bin/pg_id/pg_id.c
@@ -6,9 +6,9 @@
6
*
7
* Copyright (C) 2000 by PostgreSQL Global Development Group
8
9
- * $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.14 2000/04/12 17:16:17 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.15 2000/05/29 21:26:04 momjian Exp $
10
*/
11
-#include <postgres.h>
+#include "postgres.h"
12
13
#ifdef HAVE_GETOPT_H
14
#include <getopt.h>
0 commit comments