Explicitly #include stdarg.h, for access to va_list

This commit is contained in:
Robert Backhaus 2013-05-24 23:45:08 +10:00
parent 36dc41f427
commit 65ec9eab2b

View file

@ -7,6 +7,8 @@
#include "uint256.h"
#include <stdarg.h>
#ifndef WIN32
#include <sys/types.h>
#include <sys/time.h>