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
1.4
Tilghman Lesher 18 years ago
parent 48f4538a8d
commit c10b6550ea

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

Loading…
Cancel
Save