diff options
Diffstat (limited to 'src/pl/plperl/Util.xs')
-rw-r--r-- | src/pl/plperl/Util.xs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pl/plperl/Util.xs b/src/pl/plperl/Util.xs index 686513d2e8d..47eba594155 100644 --- a/src/pl/plperl/Util.xs +++ b/src/pl/plperl/Util.xs @@ -12,13 +12,11 @@ /* this must be first: */ #include "postgres.h" + #include "fmgr.h" #include "utils/builtins.h" #include "utils/bytea.h" /* for byteain & byteaout */ -/* Defined by Perl */ -#undef _ - /* perl stuff */ #define PG_NEED_PERL_XSUB_H #include "plperl.h" |