summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-07-02 20:34:42 +0000
committerDavid M. Lee <dlee@digium.com>2013-07-02 20:34:42 +0000
commitd98c19f947cc08eabf5f170f053a5590abf05a8b (patch)
treeef04fa4a110d0142166a199f1c88c06f0fb1c380
parent69242ad317ab8ea765438c4ad7ef2cfe7eab2ba9 (diff)
Add pjproject dependency to res_sip_notify
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393484 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--res/res_sip_notify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_sip_notify.c b/res/res_sip_notify.c
index 746b1c122..0a534050e 100644
--- a/res/res_sip_notify.c
+++ b/res/res_sip_notify.c
@@ -17,6 +17,7 @@
*/
/*** MODULEINFO
+ <depend>pjproject</depend>
<depend>res_sip</depend>
<support_level>core</support_level>
***/