[Asterisk-code-review] chan_dahdi: add missing include. (...asterisk[13.27])

Friendly Automation asteriskteam at digium.com
Fri May 24 09:06:00 CDT 2019


Friendly Automation has submitted this change and it was merged. ( https://gerrit.asterisk.org/c/asterisk/+/11405 )

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:
  Joshua Colp: Looks good to me, but someone else must approve
  Richard Mudgett: 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 ab5c1eb..6fcdb19 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 69fe346..e777f95 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/+/11405
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13.27
Gerrit-Change-Id: Ia8cc595eeda653324643f40dcd9799d4c3f0ac91
Gerrit-Change-Number: 11405
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
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/23b1a4e5/attachment.html>


More information about the asterisk-code-review mailing list