summaryrefslogtreecommitdiff
path: root/src/math/fminl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/fminl.c')
-rw-r--r--src/math/fminl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/math/fminl.c b/src/math/fminl.c
index ae7159a5..69bc24a7 100644
--- a/src/math/fminl.c
+++ b/src/math/fminl.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 fminl(long double x, long double y)