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

ASTERISK-29616

Change-Id: I6c01623926bf10ccac32612687a50fdab3ba0900
pull/24/head
Alexander Traud 4 years ago committed by Kevin Harwell
parent fbdd8a7f8a
commit 63d27af3ca

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

Loading…
Cancel
Save