From a513140e621309362f91fe94e746074b3393e126 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Mon, 28 Jan 2008 16:09:39 +0100 Subject: [PATCH] following ppport.h instructions for better portability (hopefully this will quiet 5.6.x errors) --- XS.xs | 1 + 1 file changed, 1 insertion(+) diff --git a/XS.xs b/XS.xs index e9bdac8..0aa0943 100644 --- a/XS.xs +++ b/XS.xs @@ -14,6 +14,7 @@ #include "perl.h" #include "XSUB.h" +#define NEED_newRV_noinc #include "ppport.h" -- 2.11.4.GIT