Skip to content
Snippets Groups Projects
Commit 6c5e3226 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

res_pjsip_registrar.c: Fix compiler error.

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

Change-Id: I10ae3aa4bf8e7386ac29ade78c0f2caed8e674fa
parent 093484d1
Branches
Tags
No related merge requests found
......@@ -25,6 +25,7 @@
#include "asterisk.h"
#include <signal.h>
#include <pjsip.h>
#include <pjsip_ua.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment