]> granicus.if.org Git - postgresql/commitdiff
Add missing include
authorMagnus Hagander <magnus@hagander.net>
Wed, 20 Jun 2018 16:19:16 +0000 (18:19 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 20 Jun 2018 16:19:35 +0000 (18:19 +0200)
Per buildfarm

src/bin/pg_verify_checksums/pg_verify_checksums.c

index 48e754822cdf00fbeed730d6f03802d500b01095..28c975446ebe0c734da57ae01dcb7194f57fa9e8 100644 (file)
@@ -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"