From 210fcdc14b7531e2888e9ebb67d2c77b9f5302c0 Mon Sep 17 00:00:00 2001 From: snaba Date: Fri, 20 Apr 2012 18:04:11 +0900 Subject: fixed the compile error when it comments out the definition of INCLUDE_ENCODING and INCLUDE_REGEXP in mrbconf.h. --- src/variable.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/variable.c') diff --git a/src/variable.c b/src/variable.c index 0bc1f0de1..870c96a6a 100644 --- a/src/variable.c +++ b/src/variable.c @@ -1,3 +1,4 @@ +#include #include "mruby.h" #include "mruby/class.h" #include "ritehash.h" -- cgit v1.2.3