Skip to content

Commit

Permalink
Visual Studio doesn't have unistd.h; signal.h isn't needed for the MS…
Browse files Browse the repository at this point in the history
…VC build
  • Loading branch information
Daniel Kroening committed Sep 16, 2017
1 parent 58b75cf commit 237b31a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/solvers/sat/satcheck_minisat2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ Author: Daniel Kroening, [email protected]

#ifndef _MSC_VER
#include <inttypes.h>
#endif

#include <signal.h>
#include <unistd.h>
#endif

#include <cassert>
#include <stack>
Expand Down

0 comments on commit 237b31a

Please sign in to comment.