aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-11 21:20:59 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-11 21:20:59 +0000
commitf2803f93b0087c146b404d1dab0f4f44d296a687 (patch)
tree46cbc1c74eb99fce9c128364a3c5b27cdf1a951c /include
parent92c7f6cf9e4d25d11971fffba9d7ae073e5d5562 (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: http://svn.digium.com/svn/asterisk/trunk@68816 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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"