Skip to content

Commit

Permalink
Fix Cygwin compilation
Browse files Browse the repository at this point in the history
Signed-off-by: nojebar <[email protected]>
  • Loading branch information
nojb committed Apr 16, 2022
1 parent ed70141 commit 434e139
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 434e139

Please sign in to comment.