Skip to content

Commit 16cf85f

Browse files
committed
Revert "Include signal.h for sig_atomic_t in WIN32"
This reverts commit 88f14b9.
1 parent 7fa8d75 commit 16cf85f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/util.h

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

31+
#ifndef WIN32
3132
#include <signal.h>
33+
#endif
3234

3335
static const bool DEFAULT_LOGTIMEMICROS = false;
3436
static const bool DEFAULT_LOGIPS = false;

0 commit comments

Comments
 (0)