mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
va_list is defined in stdarg.h.
fixes build on OpenBSD.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <limits.h>
|
||||
|
||||
Reference in New Issue
Block a user