summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-11-28 00:10:20 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-11-28 00:10:38 +0900
commit065966dae4d9052215300afa2517b6b09bf68e6d (patch)
treee141d2e0c16793223d49f3ae17e1b2e5ca24fc1c /include/mruby.h
parent6f831ef21c40a8a19cacdcea3439e1169ca1d21f (diff)
downloadmruby-065966dae4d9052215300afa2517b6b09bf68e6d.tar.gz
mruby-065966dae4d9052215300afa2517b6b09bf68e6d.zip
common.h are supposed to be included from other header, so call it with quotes; ref #3032
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby.h b/include/mruby.h
index 51aecda4a..9d482f35e 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -33,7 +33,7 @@
#include <limits.h>
#include "mrbconf.h"
-#include <mruby/common.h>
+#include "mruby/common.h"
#include <mruby/value.h>
#include <mruby/gc.h>
#include <mruby/version.h>