diff options
| author | Pieter Wuille <[email protected]> | 2016-05-27 13:30:36 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-05-27 13:31:04 +0200 |
| commit | 88f14b999cb70f6c556633f2889e698a05305158 (patch) | |
| tree | 9c55e06470e4f6928142cef85b6a340a0ebf24fd /src | |
| parent | Merge #8102: Bugfix: use global ::fRelayTxes instead of CNode in version send (diff) | |
| download | discoin-88f14b999cb70f6c556633f2889e698a05305158.tar.xz discoin-88f14b999cb70f6c556633f2889e698a05305158.zip | |
Include signal.h for sig_atomic_t in WIN32
Diffstat (limited to 'src')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h index 88a00d3ca..c6f8af4cd 100644 --- a/src/util.h +++ b/src/util.h @@ -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; |