Fixed compiling on OSX, also fixes DDVTECH/mistlib#1
This commit is contained in:
parent
cc8dfb5257
commit
aa5056ee3d
5 changed files with 25 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__MACH__)
|
||||
#include <sys/wait.h>
|
||||
#else
|
||||
#include <wait.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue