1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00

Add missing include

Per buildfarm
This commit is contained in:
Magnus Hagander 2018-06-20 18:19:16 +02:00
parent 8f97af60d1
commit 3adcad4558

View 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"