summaryrefslogtreecommitdiffstats
path: root/Stash.xs
diff options
context:
space:
mode:
Diffstat (limited to 'Stash.xs')
-rw-r--r--Stash.xs4
1 files changed, 4 insertions, 0 deletions
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,