Merged revisions 117088 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

................
r117088 | tilghman | 2008-05-19 11:07:09 -0500 (Mon, 19 May 2008) | 10 lines

Merged revisions 117086 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r117086 | tilghman | 2008-05-19 11:05:05 -0500 (Mon, 19 May 2008) | 2 lines

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.6.0@117089 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Tilghman Lesher 17 years ago
parent 69fa2c8a19
commit aaccfd2de9

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

Loading…
Cancel
Save