Fix path of error.h.

This commit is contained in:
Hiroshi Mimaki
2019-06-18 13:27:16 +09:00
parent 1685c459dd
commit b630bf59ef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
#include "mruby/numeric.h"
#include "mruby/string.h"
#include "mruby/variable.h"
#include "error.h"
#include "mruby/error.h"
#include "mruby/ext/io.h"