summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-07-08 23:42:16 -0500
committerJesse Luehrs <doy@tozt.net>2011-07-08 23:42:16 -0500
commit607e637ce6a443b2762a363dc797d7ebcd86c425 (patch)
tree854af891be46eaca66c3a3de750eaf059069cbef
parent8b0a8e232dc4082660ea8daef713e88b9295b2be (diff)
downloadsmartmatch-engine-core-607e637ce6a443b2762a363dc797d7ebcd86c425.tar.gz
smartmatch-engine-core-607e637ce6a443b2762a363dc797d7ebcd86c425.zip
use ppport.h in stolen_chunk_of_pp_ctl.c
-rw-r--r--stolen_chunk_of_pp_ctl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stolen_chunk_of_pp_ctl.c b/stolen_chunk_of_pp_ctl.c
index c9becd7..1018781 100644
--- a/stolen_chunk_of_pp_ctl.c
+++ b/stolen_chunk_of_pp_ctl.c
@@ -1,3 +1,6 @@
+#define NEED_sv_2pv_flags
+#include "ppport.h"
+
/* embed.h */
#define destroy_matcher(a) S_destroy_matcher(aTHX_ a)