summaryrefslogtreecommitdiff
path: root/lib/libm/acosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/acosh.c')
-rw-r--r--lib/libm/acosh.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libm/acosh.c b/lib/libm/acosh.c
index a53e01ed..cb4036e5 100644
--- a/lib/libm/acosh.c
+++ b/lib/libm/acosh.c
@@ -1,4 +1,6 @@
-#include "libm.h"
+#include <float.h> // for FLT_EVAL_METHOD
+#include <math.h> // for log, sqrt, acosh, log1p
+#include <stdint.h> // for uint64_t
#if FLT_EVAL_METHOD == 2
#undef sqrt