summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-03-29 15:49:41 +0900
committerGitHub <[email protected]>2019-03-29 15:49:41 +0900
commit85f816528cd8ef8792ce45b77062776dd5b4c4cf (patch)
tree2030c8d75deb080878b02b1bbdc022a09dd8f0b3 /include
parent42f240796f653348ba0e0feefdec714b06cd3479 (diff)
parentd8d59f70c1a3a203517a542e0f6ab401d94746f6 (diff)
downloadmruby-85f816528cd8ef8792ce45b77062776dd5b4c4cf.tar.gz
mruby-85f816528cd8ef8792ce45b77062776dd5b4c4cf.zip
Merge pull request #4347 from iij/include-stdarg-in-mruby-h
fixes build on OpenBSD.
Diffstat (limited to 'include')
-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>