va_list is defined in stdarg.h.

fixes build on OpenBSD.
This commit is contained in:
Tomoyuki Sahara
2019-03-29 11:54:19 +09:00
parent 42f240796f
commit d8d59f70c1
+1
View File
@@ -34,6 +34,7 @@
#define __STDC_FORMAT_MACROS
#endif
#include <stdarg.h>
#include <stdint.h>
#include <stddef.h>
#include <limits.h>