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: http://git.ipfire.org/?a=commitdiff_plain;h=c0c1f6fc97088100a710e7e9c2e74b775985083d;p=thirdparty%2Fpostgresql.git 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 d0cf039f42a..32cc100fa25 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