diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-21 11:02:36 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-21 11:02:36 +0900 |
| commit | 36e234aa377d50d8ee425c7868e0651cf78e85cf (patch) | |
| tree | e3c8ed43307e5a7d467bcab39018378593976d10 /src/class.c | |
| parent | 66ecd159d3ac75a153c8faa368bd16d4adfadcd8 (diff) | |
| parent | 08ea324593de0488d12b2695eacfe00be6c05bc4 (diff) | |
| download | mruby-36e234aa377d50d8ee425c7868e0651cf78e85cf.tar.gz mruby-36e234aa377d50d8ee425c7868e0651cf78e85cf.zip | |
Merge pull request #1720 from take-cheeze/move_error_h
move src/error.h to include/mruby/error.h
Diffstat (limited to 'src/class.c')
| -rw-r--r-- | src/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class.c b/src/class.c index 58eaaab0e..11a21f7a7 100644 --- a/src/class.c +++ b/src/class.c @@ -13,7 +13,7 @@ #include "mruby/proc.h" #include "mruby/string.h" #include "mruby/variable.h" -#include "error.h" +#include "mruby/error.h" KHASH_DEFINE(mt, mrb_sym, struct RProc*, 1, kh_int_hash_func, kh_int_hash_equal) |
