From a0ffab351e2dca12200e95c45f6edf5ddebe78b0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 30 May 2006 22:12:16 +0000 Subject: Magic blocks don't do us any good unless we use 'em ... so install one in every shared library. --- contrib/xml2/xslt_proc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/xml2/xslt_proc.c') diff --git a/contrib/xml2/xslt_proc.c b/contrib/xml2/xslt_proc.c index 433030ead96..404aa2a7907 100644 --- a/contrib/xml2/xslt_proc.c +++ b/contrib/xml2/xslt_proc.c @@ -21,6 +21,8 @@ #include +PG_MODULE_MAGIC; + /* declarations to come from xpath.c */ extern void elog_error(int level, char *explain, int force); -- cgit v1.2.3