From 31b646ddf1bb9ac2b962e56515815efc7693356c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C3=A1th=20Gy=C3=B6rgy?= Date: Tue, 3 Sep 2024 13:33:55 +0200 Subject: [PATCH] Add Postgresql 16 support --- zstd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/zstd.c b/zstd.c index 79918b8..b3e05b3 100644 --- a/zstd.c +++ b/zstd.c @@ -1,6 +1,7 @@ #include #include #include +#include #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC;