]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
chan_iax2: System Header strings is included via asterisk.h/compat.h.
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 5 Mar 2021 17:45:32 +0000 (18:45 +0100)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 10 Mar 2021 10:21:27 +0000 (04:21 -0600)
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

channels/chan_iax2.c

index 2ecd689c7e8efc580d116b99084bb2628ecfed1c..4122c04eafdfa4fbd23d0ac98da10e74405135a1 100644 (file)
@@ -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>