summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorTomoyuki Sahara <[email protected]>2019-03-29 11:54:19 +0900
committerTomoyuki Sahara <[email protected]>2019-03-29 11:55:04 +0900
commitd8d59f70c1a3a203517a542e0f6ab401d94746f6 (patch)
tree2030c8d75deb080878b02b1bbdc022a09dd8f0b3 /include/mruby.h
parent42f240796f653348ba0e0feefdec714b06cd3479 (diff)
downloadmruby-d8d59f70c1a3a203517a542e0f6ab401d94746f6.tar.gz
mruby-d8d59f70c1a3a203517a542e0f6ab401d94746f6.zip
va_list is defined in stdarg.h.
fixes build on OpenBSD.
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby.h b/include/mruby.h
index f2c800eec..d891d0f5c 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -34,6 +34,7 @@
#define __STDC_FORMAT_MACROS
#endif
+#include <stdarg.h>
#include <stdint.h>
#include <stddef.h>
#include <limits.h>