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

88f14b9 Include signal.h for sig_atomic_t in WIN32 (Pieter Wuille)
This commit is contained in:
Pieter Wuille 2016-06-01 18:37:52 +02:00
commit 7fa8d75859
No known key found for this signature in database
GPG key ID: DBA1A67379A1A931

View file

@ -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;