Skip to content

Commit 2dd3f96

Browse files
committed
Add #includes missed in commit e22b27f.
Leaving out getopt_long.h works on some platforms, but not all. Per buildfarm. Discussion: https://postgr.es/m/20180325030552.f462zqmohs6cqekg@alap3.anarazel.de
1 parent 038a2ed commit 2dd3f96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/bin/pg_controldata/pg_controldata.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "catalog/pg_control.h"
2626
#include "common/controldata_utils.h"
2727
#include "pg_getopt.h"
28+
#include "getopt_long.h"
2829

2930

3031
static void

src/bin/pg_resetwal/pg_resetwal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
#include "common/restricted_token.h"
5656
#include "storage/large_object.h"
5757
#include "pg_getopt.h"
58+
#include "getopt_long.h"
5859

5960

6061
static ControlFileData ControlFile; /* pg_control values */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy