Browse Source

Merge #8112: Include signal.h for sig_atomic_t in WIN32

88f14b9 Include signal.h for sig_atomic_t in WIN32 (Pieter Wuille)
0.13
Pieter Wuille 9 years ago
parent
commit
7fa8d75859
No known key found for this signature in database
GPG Key ID: DBA1A67379A1A931
  1. 2
      src/util.h

2
src/util.h

@ -28,9 +28,7 @@ @@ -28,9 +28,7 @@
#include <boost/signals2/signal.hpp>
#include <boost/thread/exceptions.hpp>
#ifndef WIN32
#include <signal.h>
#endif
static const bool DEFAULT_LOGTIMEMICROS = false;
static const bool DEFAULT_LOGIPS = false;

Loading…
Cancel
Save