diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-04-20 17:18:30 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-04-20 17:18:30 +0900 |
| commit | d1144220cb899b24ca949ee230606f76cd4e0b99 (patch) | |
| tree | 24dc5f0592bb8fa47420a9937de79b5d3cd4635e /src/encoding.h | |
| parent | b2cf6e79c04736554eea4aeb60b5aa0ae543c2d7 (diff) | |
| download | mruby-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.h | 2 |
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); |
