Browse Source

Explicitly #include stdarg.h, for access to va_list

pull/145/head
Robert Backhaus 11 years ago
parent
commit
65ec9eab2b
  1. 2
      src/util.h

2
src/util.h

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

Loading…
Cancel
Save