X-Git-Url: http://www.sigaev.ru/git/gitweb.cgi?p=hstore.git;a=blobdiff_plain;f=hstore_io.c;h=089cb7048ebcf7064334010ff52d6c99ab4fcb4b;hp=c372a64d6291b2c9388be9046ae0c46cb2dd07fb;hb=e02407e7d6cca588115a89f2062cb4f62dab0643;hpb=82407e8609ec9afe3e7cdeb293c4ebac42ecd133 diff --git a/hstore_io.c b/hstore_io.c index c372a64..089cb70 100644 --- a/hstore_io.c +++ b/hstore_io.c @@ -1,6 +1,10 @@ #include "hstore.h" #include +#ifdef PG_MODULE_MAGIC +PG_MODULE_MAGIC; +#endif + typedef struct { char *begin; char *ptr;