X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e660e609661edadc1ed5ad49d6e83e936b2f91cd..32104684f7fe70bac494ede1f7249a6cf19a63ec:/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