Include signal.h for sig_atomic_t in WIN32

This commit is contained in:
Pieter Wuille 2016-05-27 13:30:36 +02:00 committed by Simon
parent 7a4e0e0932
commit bf3905fe8f
1 changed files with 0 additions and 2 deletions

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;