diff options
Diffstat (limited to 'src/math/fdiml.c')
-rw-r--r-- | src/math/fdiml.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/math/fdiml.c b/src/math/fdiml.c index cda3022e..62e29b7d 100644 --- a/src/math/fdiml.c +++ b/src/math/fdiml.c @@ -1,4 +1,5 @@ -#include "libm.h" +#include <math.h> +#include <float.h> #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double fdiml(long double x, long double y) |