diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-08 13:05:27 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-08 13:05:27 +0900 |
| commit | 3046cc7bd8bdf470dbe8eec2de4c7a1caedcd352 (patch) | |
| tree | ccf95a1fce4afea8d9d97684e79cca5a864672ae /mrbgems/mruby-string-ext/src/string.c | |
| parent | c150f115a162c6f44d0866dba2cea91572a0ea98 (diff) | |
| parent | 2040347d26a979898e6d1454c0780df0eead705e (diff) | |
| download | mruby-3046cc7bd8bdf470dbe8eec2de4c7a1caedcd352.tar.gz mruby-3046cc7bd8bdf470dbe8eec2de4c7a1caedcd352.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'mrbgems/mruby-string-ext/src/string.c')
| -rw-r--r-- | mrbgems/mruby-string-ext/src/string.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-string-ext/src/string.c b/mrbgems/mruby-string-ext/src/string.c index 6718e734a..f194bbc0e 100644 --- a/mrbgems/mruby-string-ext/src/string.c +++ b/mrbgems/mruby-string-ext/src/string.c @@ -1,7 +1,7 @@ -#include "mruby.h" -#include "mruby/string.h" #include <ctype.h> #include <string.h> +#include "mruby.h" +#include "mruby/string.h" static mrb_value mrb_str_getbyte(mrb_state *mrb, mrb_value str) |
