diff --git a/gb.db.postgresql/src/main.c b/gb.db.postgresql/src/main.c index 6dc774d81..212bd745d 100644 --- a/gb.db.postgresql/src/main.c +++ b/gb.db.postgresql/src/main.c @@ -65,6 +65,10 @@ #undef Min #endif +#ifdef pg_snprintf + #undef pg_snprintf +#endif + #include "gb.db.proto.h" #include "main.h"