internal.h: include math.h

This commit is contained in:
Daniel Kochmański 2016-09-06 18:03:01 +02:00
parent 7544863af1
commit 06347ae9d5

View file

@ -517,8 +517,9 @@ extern void ecl_interrupt_process(cl_object process, cl_object function);
extern cl_object si_wait_for_all_processes _ECL_ARGS((cl_narg narg, ...));
/*
* Fake several ISO C99 mathematical functions
* Fake several ISO C99 mathematical functions if not available
*/
#include <math.h>
#ifndef HAVE_EXPF
# ifdef expf