mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Forgot #include "pg_getopt.h", now that pg_controldata uses getopt.
Needed at least on Windows.
This commit is contained in:
parent
2d53003432
commit
c0c1f6fc97
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#include "access/xlog.h"
|
||||
#include "access/xlog_internal.h"
|
||||
#include "catalog/pg_control.h"
|
||||
#include "pg_getopt.h"
|
||||
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue