Don't complain that wait4 is unkown and make sure that we won't segfault if chan->cdr is NULL

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1522 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Martin Pycko
2003-09-17 04:21:56 +00:00
parent 4e13099add
commit a2894c1114
2 changed files with 37 additions and 36 deletions

View File

@@ -38,6 +38,7 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/select.h>
#include <sys/wait.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>