mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +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_internal.h"
|
||||
#include "catalog/pg_control.h"
|
||||
#include "pg_getopt.h"
|
||||
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user