summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mruby/compile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mruby/compile.h b/include/mruby/compile.h
index 3cebb68f0..2a47b569a 100644
--- a/include/mruby/compile.h
+++ b/include/mruby/compile.h
@@ -4,8 +4,8 @@
** See Copyright Notice in mruby.h
*/
-#ifndef RUBY_COMPILE_H
-#define RUBY_COMPILE_H 1
+#ifndef MRUBY_COMPILE_H
+#define MRUBY_COMPILE_H 1
#if defined(__cplusplus)
extern "C" {