From 3adcad45588bff17b1253f60cf51c440e87df997 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 20 Jun 2018 18:19:16 +0200 Subject: [PATCH] Add missing include Per buildfarm --- src/bin/pg_verify_checksums/pg_verify_checksums.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/pg_verify_checksums/pg_verify_checksums.c b/src/bin/pg_verify_checksums/pg_verify_checksums.c index 48e754822c..28c975446e 100644 --- a/src/bin/pg_verify_checksums/pg_verify_checksums.c +++ b/src/bin/pg_verify_checksums/pg_verify_checksums.c @@ -13,6 +13,7 @@ #include "postgres.h" #include "catalog/pg_control.h" #include "common/controldata_utils.h" +#include "getopt_long.h" #include "storage/bufpage.h" #include "storage/checksum.h" #include "storage/checksum_impl.h" -- 2.40.0