mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
internal.h: include math.h
This commit is contained in:
parent
7544863af1
commit
06347ae9d5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue