]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
The addition of usleep(2) within ast_assert requires the inclusion of the unistd...
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 19 May 2008 16:05:05 +0000 (16:05 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 19 May 2008 16:05:05 +0000 (16:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@117086 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/utils.h

index 44994f4c078f290f8d4f38f17f272cbd90485116..3e789019afabb366dd170989bd7b73a910316fb3 100644 (file)
@@ -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"