Skip to content

Commit 237b31a

Browse files
author
Daniel Kroening
committed
Visual Studio doesn't have unistd.h; signal.h isn't needed for the MSVC build
1 parent 58b75cf commit 237b31a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/solvers/sat/satcheck_minisat2.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ Author: Daniel Kroening, [email protected]
1010

1111
#ifndef _MSC_VER
1212
#include <inttypes.h>
13-
#endif
14-
1513
#include <signal.h>
1614
#include <unistd.h>
15+
#endif
1716

1817
#include <cassert>
1918
#include <stack>

0 commit comments

Comments
 (0)