From: Alexander Traud Date: Wed, 25 Aug 2021 14:23:27 +0000 (+0200) Subject: res_rtp_asterisk: sqrt(.) requires the header math.h. X-Git-Tag: 19.0.0-rc1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e65e1c5c6c8e4456ac7b1326ac29357b2342af00;p=thirdparty%2Fasterisk.git res_rtp_asterisk: sqrt(.) requires the header math.h. ASTERISK-29616 Change-Id: I6c01623926bf10ccac32612687a50fdab3ba0900 --- diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c index e5bef24258..5227e94fff 100644 --- a/res/res_rtp_asterisk.c +++ b/res/res_rtp_asterisk.c @@ -39,6 +39,7 @@ #include #include #include +#include #ifdef HAVE_OPENSSL #include