summaryrefslogtreecommitdiffhomepage
path: root/src/encoding.h
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-04-20 17:18:30 +0900
committerYukihiro Matsumoto <[email protected]>2012-04-20 17:18:30 +0900
commitd1144220cb899b24ca949ee230606f76cd4e0b99 (patch)
tree24dc5f0592bb8fa47420a9937de79b5d3cd4635e /src/encoding.h
parentb2cf6e79c04736554eea4aeb60b5aa0ae543c2d7 (diff)
downloadmruby-d1144220cb899b24ca949ee230606f76cd4e0b99.tar.gz
mruby-d1144220cb899b24ca949ee230606f76cd4e0b99.zip
move src/mdata.h to include/mruby/data.h
Diffstat (limited to 'src/encoding.h')
-rw-r--r--src/encoding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding.h b/src/encoding.h
index 784d67f44..92e16e5f2 100644
--- a/src/encoding.h
+++ b/src/encoding.h
@@ -18,7 +18,7 @@ extern "C" {
#include <stdarg.h>
#include "oniguruma.h"
-#include "mdata.h"
+#include "mruby/data.h"
int mrb_tolower(int c);
int mrb_toupper(int c);