From dfabcbae2bf40ad18f242f632fc20de8800cf0cf Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 13 Nov 2010 19:49:47 -0600 Subject: Add ppport.h and use it in Stash.xs - still need more work for 5.8.x --- Stash.xs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Stash.xs') diff --git a/Stash.xs b/Stash.xs index 532db0d..ca76cb2 100644 --- a/Stash.xs +++ b/Stash.xs @@ -2,6 +2,10 @@ #include "perl.h" #include "XSUB.h" +#define NEED_newRV_noinc +#define NEED_sv_2pv_flags +#include "ppport.h" + typedef enum { VAR_NONE = 0, VAR_SCALAR, -- cgit v1.2.3-54-g00ecf