Skip to content

Commit 7fa8d75

Browse files
committed
Merge #8112: Include signal.h for sig_atomic_t in WIN32
88f14b9 Include signal.h for sig_atomic_t in WIN32 (Pieter Wuille)
2 parents 6a22373 + 88f14b9 commit 7fa8d75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
#include <boost/signals2/signal.hpp>
2929
#include <boost/thread/exceptions.hpp>
3030

31-
#ifndef WIN32
3231
#include <signal.h>
33-
#endif
3432

3533
static const bool DEFAULT_LOGTIMEMICROS = false;
3634
static const bool DEFAULT_LOGIPS = false;

0 commit comments

Comments
 (0)