X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/beb0ef6357e426ab08349109d47c3726ed50042e..2e34b62fac7d0a9a7b03e92bdf26f691736e2954:/db/functions/quadtile.c diff --git a/db/functions/quadtile.c b/db/functions/quadtile.c index 748e0b9aa..0f787b739 100644 --- a/db/functions/quadtile.c +++ b/db/functions/quadtile.c @@ -23,3 +23,7 @@ PG_FUNCTION_INFO_V1(tile_for_point); * * (without all the *s) */ + +#ifdef PG_MODULE_MAGIC +PG_MODULE_MAGIC; +#endif