Merge pull request #2696 from robbak/util_h-Add_stdarg_include

Explicitly #include stdarg.h, for access to va_list
master
Wladimir J. van der Laan 2013-05-25 08:48:25 -07:00
commit 09e437ba4e
1 changed files with 2 additions and 0 deletions

View File

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