Commit 3adcad45 authored by Magnus Hagander's avatar Magnus Hagander

Add missing include

Per buildfarm
parent 8f97af60
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include "postgres.h" #include "postgres.h"
#include "catalog/pg_control.h" #include "catalog/pg_control.h"
#include "common/controldata_utils.h" #include "common/controldata_utils.h"
#include "getopt_long.h"
#include "storage/bufpage.h" #include "storage/bufpage.h"
#include "storage/checksum.h" #include "storage/checksum.h"
#include "storage/checksum_impl.h" #include "storage/checksum_impl.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment