summaryrefslogtreecommitdiff
path: root/res/res_pjsip/include
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2014-01-28 20:47:15 +0000
committerKevin Harwell <kharwell@digium.com>2014-01-28 20:47:15 +0000
commit01a537d515af85c50ae608eb8486f42da7b84101 (patch)
tree2763434fe922fde8320cd528f38a9f5ddf1bc1fa /res/res_pjsip/include
parent3eae87fdfe39f988674f1faeecb3ce592b514962 (diff)
res_pjsip,compat: INFINITY and NAN undefined
On some systems the values for INFINITY and NAN are not defined thus causing a build error on those systems. Added definitions for those if they had not previously been defined. (closes issue ASTERISK-23056) Reported by: capouch Patches: inf-nan-patch.txt uploaded by capouch (license 6564) ........ Merged revisions 406788 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@406789 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_pjsip/include')
-rw-r--r--res/res_pjsip/include/res_pjsip_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_pjsip/include/res_pjsip_private.h b/res/res_pjsip/include/res_pjsip_private.h
index a2d1c6eb4..aee6e3e3f 100644
--- a/res/res_pjsip/include/res_pjsip_private.h
+++ b/res/res_pjsip/include/res_pjsip_private.h
@@ -9,6 +9,7 @@
#define RES_PJSIP_PRIVATE_H_
#include "asterisk/module.h"
+#include "asterisk/compat.h"
struct ao2_container;
struct ast_threadpool_options;