Browse Source

Revert "Include signal.h for sig_atomic_t in WIN32"

This reverts commit 88f14b999cb70f6c556633f2889e698a05305158.
pull/4/head
Pieter Wuille 8 years ago
committed by Simon
parent
commit
3f97a535ee
  1. 2
      src/util.h

2
src/util.h

@ -28,7 +28,9 @@
#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