From: Heikki Linnakangas Date: Fri, 24 Oct 2014 17:39:56 +0000 (+0300) Subject: Forgot #include "pg_getopt.h", now that pg_controldata uses getopt. X-Git-Tag: REL9_5_ALPHA1~1306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0c1f6fc97088100a710e7e9c2e74b775985083d;p=postgresql Forgot #include "pg_getopt.h", now that pg_controldata uses getopt. Needed at least on Windows. --- diff --git a/src/bin/pg_controldata/pg_controldata.c b/src/bin/pg_controldata/pg_controldata.c index d0cf039f42..32cc100fa2 100644 --- a/src/bin/pg_controldata/pg_controldata.c +++ b/src/bin/pg_controldata/pg_controldata.c @@ -26,6 +26,7 @@ #include "access/xlog.h" #include "access/xlog_internal.h" #include "catalog/pg_control.h" +#include "pg_getopt.h" static void