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 c87ddba commit c36496aCopy full SHA for c36496a
src/bin/pg_resetxlog/pg_resetxlog.c
@@ -23,7 +23,7 @@
23
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
24
* Portions Copyright (c) 1994, Regents of the University of California
25
*
26
- * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.24 2004/08/29 16:34:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.25 2004/11/17 21:37:47 tgl Exp $
27
28
*-------------------------------------------------------------------------
29
*/
@@ -36,6 +36,9 @@
36
#include <sys/time.h>
37
#include <time.h>
38
#include <unistd.h>
39
+#ifdef HAVE_GETOPT_H
40
+#include <getopt.h>
41
+#endif
42
43
#include "access/xlog.h"
44
#include "access/xlog_internal.h"
0 commit comments