summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2023-08-25 14:58:33 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2023-08-25 17:27:53 +0900
commit140daab5ac6bdba32036d17e12787dc241b5d61f (patch)
tree0dfa5891a7ed62adbd5adc30401f588a3a234646 /rubyparser.h
parentfa327472caaa66a05ea0dcac2dd6cf58e30025e3 (diff)
#include <stdarg.h> for va_list
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8274
Diffstat (limited to 'rubyparser.h')
-rw-r--r--rubyparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rubyparser.h b/rubyparser.h
index df5cb6139b..708184aa52 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -4,6 +4,8 @@
* This is a header file for librubyparser interface
*/
+#include <stdarg.h> /* for va_list */
+
#ifdef UNIVERSAL_PARSER
#define rb_encoding void