mirror of
https://github.com/postgres/postgres.git
synced 2025-08-12 15:23:02 +03:00
Forgot #include "pg_getopt.h", now that pg_controldata uses getopt.
Needed at least on Windows.
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
#include "access/xlog.h"
|
#include "access/xlog.h"
|
||||||
#include "access/xlog_internal.h"
|
#include "access/xlog_internal.h"
|
||||||
#include "catalog/pg_control.h"
|
#include "catalog/pg_control.h"
|
||||||
|
#include "pg_getopt.h"
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user