From 12dda5d8677f96f43696abb2a39e9dcffc54cc43 Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Fri, 17 Apr 2020 11:55:32 +0200 Subject: [PATCH] res_pjsip: Add build-time dependency. ASTERISK-28838 Change-Id: Icb08304744ae3f34dce6ccb76f94379b8382a074 --- res/res_pjsip_nat.c | 1 + res/res_pjsip_path.c | 1 + 2 files changed, 2 insertions(+) diff --git a/res/res_pjsip_nat.c b/res/res_pjsip_nat.c index dc7d10b6da..01ce139ee5 100644 --- a/res/res_pjsip_nat.c +++ b/res/res_pjsip_nat.c @@ -19,6 +19,7 @@ /*** MODULEINFO pjproject res_pjsip + res_pjsip_session core ***/ diff --git a/res/res_pjsip_path.c b/res/res_pjsip_path.c index 3c545f9d29..adc5a8cf36 100644 --- a/res/res_pjsip_path.c +++ b/res/res_pjsip_path.c @@ -19,6 +19,7 @@ /*** MODULEINFO pjproject res_pjsip + res_pjsip_session core ***/ -- 2.47.2