Skip to content

Commit

Permalink
Merge pull request #756 from orlitzky/fix-unistd-include
Browse files Browse the repository at this point in the history
src/mpicosat/mpicosat.c: fix path to unistd.h
  • Loading branch information
msoos committed Jun 12, 2024
2 parents b253b66 + 7026dbc commit 03d246e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpicosat/mpicosat.c
Original file line number Diff line number Diff line change
Expand Up @@ -8148,7 +8148,7 @@ picosat_stats (PS * ps)
#else
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/unistd.h>
#include <unistd.h>
#endif

double
Expand Down

0 comments on commit 03d246e

Please sign in to comment.