[Asterisk-code-review] chan_dahdi: add missing include. (...asterisk[16])
Friendly Automation
asteriskteam at digium.com
Fri May 24 09:03:54 CDT 2019
Friendly Automation has submitted this change and it was merged. ( https://gerrit.asterisk.org/c/asterisk/+/11404 )
Change subject: chan_dahdi: add missing include.
......................................................................
chan_dahdi: add missing include.
After some definitions have been moved to asterisk/mwi.h the files
channels/chan_dahdi.h channels/sig_pri.c are missing this new
include.
ASTERISK-28427 #close
Change-Id: Ia8cc595eeda653324643f40dcd9799d4c3f0ac91
---
M channels/chan_dahdi.h
M channels/sig_pri.c
2 files changed, 2 insertions(+), 0 deletions(-)
Approvals:
Richard Mudgett: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, but someone else must approve
George Joseph: Looks good to me, approved
Friendly Automation: Approved for Submit
diff --git a/channels/chan_dahdi.h b/channels/chan_dahdi.h
index c22ed01..212a0bf 100644
--- a/channels/chan_dahdi.h
+++ b/channels/chan_dahdi.h
@@ -39,6 +39,7 @@
#include "asterisk/channel.h"
#include "asterisk/dsp.h"
#include "asterisk/app.h"
+#include "asterisk/mwi.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
diff --git a/channels/sig_pri.c b/channels/sig_pri.c
index 3675b0e..004f4e8 100644
--- a/channels/sig_pri.c
+++ b/channels/sig_pri.c
@@ -101,6 +101,7 @@
#include "asterisk/options.h"
#include "asterisk/pbx.h"
#include "asterisk/app.h"
+#include "asterisk/mwi.h"
#include "asterisk/file.h"
#include "asterisk/callerid.h"
#include "asterisk/say.h"
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/11404
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: Ia8cc595eeda653324643f40dcd9799d4c3f0ac91
Gerrit-Change-Number: 11404
Gerrit-PatchSet: 1
Gerrit-Owner: Guido Falsi <madpilot at freebsd.org>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190524/b177f9f1/attachment-0001.html>
More information about the asterisk-code-review
mailing list