Skip to content

Commit

Permalink
Merge pull request dogecoin#2696 from robbak/util_h-Add_stdarg_include
Browse files Browse the repository at this point in the history
Explicitly #include stdarg.h, for access to va_list
  • Loading branch information
laanwj committed May 25, 2013
2 parents ef9acc5 + 65ec9ea commit 09e437b
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 09e437b

Please sign in to comment.