aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_trgm/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pg_trgm/meson.build')
-rw-r--r--contrib/pg_trgm/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pg_trgm/meson.build b/contrib/pg_trgm/meson.build
index c8c7c07b308..839d6c4a7f6 100644
--- a/contrib/pg_trgm/meson.build
+++ b/contrib/pg_trgm/meson.build
@@ -13,6 +13,7 @@ endif
pg_trgm = shared_module('pg_trgm',
pg_trgm_sources,
+ c_pch: pch_postgres_h,
kwargs: contrib_mod_args,
)
contrib_targets += pg_trgm