diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-04-24 15:59:50 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-04-24 15:59:50 +0900 |
| commit | 2fc1b8af2db70e2e008cecb9fd2d8600034f95f9 (patch) | |
| tree | 449457aa0c5472e6ef11b72b3b842c7aeec3b4da /src/encoding.c | |
| parent | a5c0d2a99635a8964c666cea8acb7b88b2eb2add (diff) | |
| download | mruby-2fc1b8af2db70e2e008cecb9fd2d8600034f95f9.tar.gz mruby-2fc1b8af2db70e2e008cecb9fd2d8600034f95f9.zip | |
mv variable.h to mruby/variable.h
Diffstat (limited to 'src/encoding.c')
| -rw-r--r-- | src/encoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding.c b/src/encoding.c index ed30a222a..2f698865b 100644 --- a/src/encoding.c +++ b/src/encoding.c @@ -28,7 +28,7 @@ #include "mruby/numeric.h" #include "mruby/string.h" #include "mruby/array.h" -#include "variable.h" +#include "mruby/variable.h" #include "mruby/hash.h" #define pprintf printf |
