summaryrefslogtreecommitdiff
path: root/contrib/pg_dumplo/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pg_dumplo/main.c')
-rw-r--r--contrib/pg_dumplo/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_dumplo/main.c b/contrib/pg_dumplo/main.c
index 1f092743141..344fdddc95d 100644
--- a/contrib/pg_dumplo/main.c
+++ b/contrib/pg_dumplo/main.c
@@ -1,7 +1,7 @@
/* -------------------------------------------------------------------------
* pg_dumplo
*
- * $PostgreSQL: pgsql/contrib/pg_dumplo/main.c,v 1.20 2004/10/25 02:15:00 tgl Exp $
+ * $PostgreSQL: pgsql/contrib/pg_dumplo/main.c,v 1.21 2004/11/27 18:51:04 tgl Exp $
*
* Karel Zak 1999-2000
* -------------------------------------------------------------------------
@@ -23,7 +23,7 @@
#include "getopt_long.h"
-#ifndef HAVE_OPTRESET
+#ifndef HAVE_INT_OPTRESET
int optreset;
#endif