Commit d8d59f70 authored by Tomoyuki Sahara's avatar Tomoyuki Sahara

va_list is defined in stdarg.h.

fixes build on OpenBSD.
parent 42f24079
......@@ -34,6 +34,7 @@
#define __STDC_FORMAT_MACROS
#endif
#include <stdarg.h>
#include <stdint.h>
#include <stddef.h>
#include <limits.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment