summaryrefslogtreecommitdiff
path: root/include/asterisk/time.h
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-06-11 21:20:59 +0000
committerJason Parker <jparker@digium.com>2007-06-11 21:20:59 +0000
commit7ce2280b7048cf314e54ce636ec482c99439eb9a (patch)
tree46cbc1c74eb99fce9c128364a3c5b27cdf1a951c /include/asterisk/time.h
parentb353c43c28a86f7a65dbad1a756eb33f50fc6167 (diff)
Merged revisions 68814 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r68814 | qwell | 2007-06-11 16:20:15 -0500 (Mon, 11 Jun 2007) | 2 lines Solaris 10 sometimes (?) needs this include in order to have NULL defined. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/time.h')
-rw-r--r--include/asterisk/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/time.h b/include/asterisk/time.h
index 8132e9cd1..d04183354 100644
--- a/include/asterisk/time.h
+++ b/include/asterisk/time.h
@@ -24,6 +24,7 @@
#define _ASTERISK_TIME_H
#include <sys/time.h>
+#include <stdlib.h>
#include "asterisk/inline_api.h"