diff options
Diffstat (limited to 'contrib/seg/seg.c')
-rw-r--r-- | contrib/seg/seg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/seg/seg.c b/contrib/seg/seg.c index 0a694a52ddf..47ca1b614a5 100644 --- a/contrib/seg/seg.c +++ b/contrib/seg/seg.c @@ -19,6 +19,8 @@ #define GIST_QUERY_DEBUG */ +PG_MODULE_MAGIC; + extern int seg_yyparse(); extern void seg_yyerror(const char *message); extern void seg_scanner_init(const char *str); |