Skip to content

Commit

Permalink
Merge pull request #28 from nojb/cygwin_fix
Browse files Browse the repository at this point in the history
Fix Cygwin compilation
  • Loading branch information
aalekseyev authored Apr 18, 2022
2 parents ed70141 + 434e139 commit 2713146
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spawn_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ CAMLprim value spawn_is_osx()

#include <assert.h>
#include <string.h>
#if !defined(__CYGWIN__)
#include <sys/syscall.h>
#endif
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
Expand Down

0 comments on commit 2713146

Please sign in to comment.