res_rtp_asterisk: sqrt(.) requires the header math.h.

ASTERISK-29616

Change-Id: I6c01623926bf10ccac32612687a50fdab3ba0900
This commit is contained in:
Alexander Traud 2021-08-25 16:23:27 +02:00 committed by Kevin Harwell
parent 8410afc7ab
commit 82d6bd7ec9
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <sys/time.h>
#include <signal.h>
#include <fcntl.h>
#include <math.h>
#ifdef HAVE_OPENSSL
#include <openssl/opensslconf.h>