Skip to content
Snippets Groups Projects
Commit a5b4b429 authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent 33aa72d5
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment