]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_pjsip: Include <pjsip_ua.h> instead of internal "pjsua-lib/pjsua.h"
authorWalter Doekes <walter+asterisk@wjd.nu>
Mon, 15 Jun 2020 12:09:19 +0000 (14:09 +0200)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 17 Jun 2020 14:33:10 +0000 (09:33 -0500)
Change-Id: I24b5453df412232cf7f9a171ea4a34b35ad3ae78

res/res_pjsip_messaging.c

index 7acde2bdc650a90515c262bd530f15af3117bfcc..5378b8cd6bf8dd41c9754376b4efa1ed233e45f3 100644 (file)
@@ -35,7 +35,8 @@
  ***/
 #include "asterisk.h"
 
-#include "pjsua-lib/pjsua.h"
+#include <pjsip.h>
+#include <pjsip_ua.h>
 
 #include "asterisk/message.h"
 #include "asterisk/module.h"