[Asterisk-code-review] chan_iax2: System Header strings is included via asterisk.h/compat.h. (asterisk[16])
Alexander Traud
asteriskteam at digium.com
Fri Mar 5 11:52:52 CST 2021
Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/15574 )
Change subject: chan_iax2: System Header strings is included via asterisk.h/compat.h.
......................................................................
chan_iax2: System Header strings is included via asterisk.h/compat.h.
The system header strings was included mistakenly with commit 3de0204.
That header is included via asterisk.h and there via the compat.h.
Change-Id: I3dc49060e275295f785670c87cc65fd3c3abd24a
---
M channels/chan_iax2.c
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/74/15574/1
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index f07c22b..3d8cd72 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -68,7 +68,6 @@
#include <netinet/ip.h>
#include <sys/time.h>
#include <signal.h>
-#include <strings.h>
#include <netdb.h>
#include <fcntl.h>
#include <sys/stat.h>
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/15574
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: I3dc49060e275295f785670c87cc65fd3c3abd24a
Gerrit-Change-Number: 15574
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210305/91f9abc6/attachment.html>
More information about the asterisk-code-review
mailing list