diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2016-05-27 13:30:36 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-05-27 13:31:04 +0200 |
commit | 88f14b999cb70f6c556633f2889e698a05305158 (patch) | |
tree | 9c55e06470e4f6928142cef85b6a340a0ebf24fd | |
parent | 425278d17bd0edf8a3a7cc81e55016f7fd8e7726 (diff) |
Include signal.h for sig_atomic_t in WIN32
-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 88a00d3ca1..c6f8af4cdf 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; |