The addition of usleep(2) within ast_assert requires the inclusion of the unistd.h header

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@117086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2008-05-19 16:05:05 +00:00
parent 48f4538a8d
commit c10b6550ea

View File

@@ -33,6 +33,7 @@
#include <netdb.h> #include <netdb.h>
#include <limits.h> #include <limits.h>
#include <time.h> /* we want to override localtime_r */ #include <time.h> /* we want to override localtime_r */
#include <unistd.h>
#include "asterisk/lock.h" #include "asterisk/lock.h"
#include "asterisk/time.h" #include "asterisk/time.h"