summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-07-13 10:13:47 +0900
committerYukihiro Matsumoto <[email protected]>2012-07-13 10:13:47 +0900
commit48c73ac630c2bfb3326d608d3c00e544dcfbcfea (patch)
tree5cdfdfbe4f27da7c606f815c8d06d1a4328bed81 /src/string.c
parentfbd5305c1b2a6e29b866c5f87649e8a8faa6a14d (diff)
downloadmruby-48c73ac630c2bfb3326d608d3c00e544dcfbcfea.tar.gz
mruby-48c73ac630c2bfb3326d608d3c00e544dcfbcfea.zip
less <stdio.h>
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.c b/src/string.c
index 2b7bdb454..14da83c51 100644
--- a/src/string.c
+++ b/src/string.c
@@ -16,8 +16,8 @@
#include "mruby/class.h"
#include "mruby/variable.h"
#include <stdio.h>
-#include "re.h"
#ifdef ENABLE_REGEXP
+#include "re.h"
#include "regex.h"
#endif //ENABLE_REGEXP