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
This commit is contained in:
Alexander Traud
2021-03-05 18:45:32 +01:00
committed by Joshua Colp
parent 3084084648
commit 4fc0e16838

View 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>