X-Git-Url: http://www.sigaev.ru/git/gitweb.cgi?p=plantuner.git;a=blobdiff_plain;f=plantuner.c;h=458236ebe79cb508efcd55b0aa53224d6f0dc2e4;hp=4e89d913b0f3f78a02876d3444a1f22420798e04;hb=c652b3f04b5123c4731858c37bf3a6abd820bd13;hpb=ffe045ac1c8ecc2419b135168d620de1bc232268 diff --git a/plantuner.c b/plantuner.c index 4e89d91..458236e 100644 --- a/plantuner.c +++ b/plantuner.c @@ -40,6 +40,10 @@ #include #include #include +#if PG_VERSION_NUM >= 100000 +#include +#include +#endif PG_MODULE_MAGIC;