summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-14 13:06:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-14 17:58:03 +0900
commit715955ff27206351dcf509eb3c60e0927ad9a708 (patch)
treec6d3f472b13d523a96da783fb9f1f848ae56bc60 /include
parentdb64093f512d93eb300131f52b7ddbd2d11f0aec (diff)
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ruby.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index 281c3ff98e..863102228b 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -27,6 +27,7 @@ extern "C" {
#endif
#include "defines.h"
+#include "ruby/assert.h"
/* For MinGW, we need __declspec(dllimport) for RUBY_EXTERN on MJIT.
mswin's RUBY_EXTERN already has that. See also: win32/Makefile.sub */