Skip to content

Commit

Permalink
Explicitly #include stdarg.h, for access to va_list
Browse files Browse the repository at this point in the history
  • Loading branch information
robbak committed May 24, 2013
1 parent 36dc41f commit 65ec9ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

#include "uint256.h"

#include <stdarg.h>

#ifndef WIN32
#include <sys/types.h>
#include <sys/time.h>
Expand Down

0 comments on commit 65ec9ea

Please sign in to comment.