X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/beb0ef6357e426ab08349109d47c3726ed50042e..747f6c02ecc6f3c30013f18d40d70f647738a9f0:/db/functions/quadtile.c?ds=sidebyside 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