[Asterisk-code-review] res pjsip registrar.c: Fix compiler error. (asterisk[13])

Richard Mudgett asteriskteam at digium.com
Wed Jan 31 11:02:25 CST 2018


Richard Mudgett has uploaded this change for review. ( https://gerrit.asterisk.org/8111


Change subject: res_pjsip_registrar.c: Fix compiler error.
......................................................................

res_pjsip_registrar.c: Fix compiler error.

Need to include signal.h to define pthread_kill() and SIGURG.

Change-Id: I10ae3aa4bf8e7386ac29ade78c0f2caed8e674fa
---
M res/res_pjsip_registrar.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/11/8111/1

diff --git a/res/res_pjsip_registrar.c b/res/res_pjsip_registrar.c
index d840765..a5d9b74 100644
--- a/res/res_pjsip_registrar.c
+++ b/res/res_pjsip_registrar.c
@@ -25,6 +25,7 @@
 
 #include "asterisk.h"
 
+#include <signal.h>
 #include <pjsip.h>
 #include <pjsip_ua.h>
 

-- 
To view, visit https://gerrit.asterisk.org/8111
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I10ae3aa4bf8e7386ac29ade78c0f2caed8e674fa
Gerrit-Change-Number: 8111
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180131/4d995577/attachment.html>


More information about the asterisk-code-review mailing list