Browse Source

Merge pull request #2696 from robbak/util_h-Add_stdarg_include

Explicitly #include stdarg.h, for access to va_list
0.8 v0.8.2
Wladimir J. van der Laan 11 years ago
parent
commit
09e437ba4e
  1. 2
      src/util.h

2
src/util.h

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

Loading…
Cancel
Save