Fixed compiling on OSX, also fixes DDVTECH/mistlib#1

This commit is contained in:
Thulinma 2013-03-14 00:13:07 +01:00
parent cc8dfb5257
commit aa5056ee3d
5 changed files with 25 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#include <sys/types.h>
#include <signal.h>
#ifdef __FreeBSD__
#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__MACH__)
#include <sys/wait.h>
#else
#include <wait.h>