From: Bruce Momjian Date: Thu, 7 Oct 2004 18:57:18 +0000 (+0000) Subject: Add PLperl workaround for Win32 to the *.xs file. X-Git-Tag: REL8_0_0BETA4~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c657baa7f8534d6a4164773c029a822d3d3ba09;p=thirdparty%2Fpostgresql.git Add PLperl workaround for Win32 to the *.xs file. --- diff --git a/src/pl/plperl/SPI.xs b/src/pl/plperl/SPI.xs index 716d9a1e47b..8b52bd43782 100644 --- a/src/pl/plperl/SPI.xs +++ b/src/pl/plperl/SPI.xs @@ -1,4 +1,5 @@ /* this must be first: */ +#define PLPERL_HAVE_UID_GID #include "postgres.h" /* perl stuff */