Forgot #include "pg_getopt.h", now that pg_controldata uses getopt.

Needed at least on Windows.
This commit is contained in:
Heikki Linnakangas 2014-10-24 20:39:56 +03:00
parent 2d53003432
commit c0c1f6fc97

View File

@ -26,6 +26,7 @@
#include "access/xlog.h"
#include "access/xlog_internal.h"
#include "catalog/pg_control.h"
#include "pg_getopt.h"
static void