mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Add #includes missed in commit e22b27f0cb
.
Leaving out getopt_long.h works on some platforms, but not all. Per buildfarm. Discussion: https://postgr.es/m/20180325030552.f462zqmohs6cqekg@alap3.anarazel.de
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
#include "catalog/pg_control.h"
|
#include "catalog/pg_control.h"
|
||||||
#include "common/controldata_utils.h"
|
#include "common/controldata_utils.h"
|
||||||
#include "pg_getopt.h"
|
#include "pg_getopt.h"
|
||||||
|
#include "getopt_long.h"
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@@ -55,6 +55,7 @@
|
|||||||
#include "common/restricted_token.h"
|
#include "common/restricted_token.h"
|
||||||
#include "storage/large_object.h"
|
#include "storage/large_object.h"
|
||||||
#include "pg_getopt.h"
|
#include "pg_getopt.h"
|
||||||
|
#include "getopt_long.h"
|
||||||
|
|
||||||
|
|
||||||
static ControlFileData ControlFile; /* pg_control values */
|
static ControlFileData ControlFile; /* pg_control values */
|
||||||
|
Reference in New Issue
Block a user