Include sys/wait.h on FreeBSD to get the WEXITSTATUS() macro.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253539 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2010-03-20 11:47:40 +00:00
parent 33aa72d592
commit a5b4b429f1

View File

@@ -94,6 +94,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/mman.h>
#include <time.h>
#include <dirent.h>
#if defined(__FreeBSD__)
#include <sys/wait.h>
#endif
#include "asterisk/logger.h"
#include "asterisk/lock.h"