Skip to content

Commit c0c1f6f

Browse files
committed
Forgot #include "pg_getopt.h", now that pg_controldata uses getopt.
Needed at least on Windows.
1 parent 2d53003 commit c0c1f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/pg_controldata/pg_controldata.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "access/xlog.h"
2727
#include "access/xlog_internal.h"
2828
#include "catalog/pg_control.h"
29+
#include "pg_getopt.h"
2930

3031

3132
static void

0 commit comments

Comments
 (0)