Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3adcad4

Browse files
committed
Add missing include
Per buildfarm
1 parent 8f97af6 commit 3adcad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/pg_verify_checksums/pg_verify_checksums.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "postgres.h"
1414
#include "catalog/pg_control.h"
1515
#include "common/controldata_utils.h"
16+
#include "getopt_long.h"
1617
#include "storage/bufpage.h"
1718
#include "storage/checksum.h"
1819
#include "storage/checksum_impl.h"

0 commit comments

Comments
 (0)