summaryrefslogtreecommitdiffstats
path: root/core.xs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-07-10 03:06:11 -0500
committerJesse Luehrs <doy@tozt.net>2011-07-10 03:06:11 -0500
commitdae5e2fabea4c8c359752df07b30a864848cf93f (patch)
tree0387407a97b44fd503f7f9ea11e5916306f1deba /core.xs
parent23d8684148f0af6c180e035ce976efa5874cc2ef (diff)
downloadsmartmatch-engine-core-dae5e2fabea4c8c359752df07b30a864848cf93f.tar.gz
smartmatch-engine-core-dae5e2fabea4c8c359752df07b30a864848cf93f.zip
use Devel::CallChecker to get things working on 5.12
5.10 still has issues
Diffstat (limited to 'core.xs')
-rw-r--r--core.xs2
1 files changed, 2 insertions, 0 deletions
diff --git a/core.xs b/core.xs
index 3f12ea2..8650266 100644
--- a/core.xs
+++ b/core.xs
@@ -6,6 +6,8 @@
#include "stolen_chunk_of_pp_ctl.c"
+#include "callchecker0.h"
+
STATIC OP*
install_sm_op(pTHX_ OP *o, GV *gv, SV *ud)
{