summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/msun/src/s_fmaf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/msun/src/s_fmaf.c b/lib/msun/src/s_fmaf.c
index 1b483b7..7c699e5 100644
--- a/lib/msun/src/s_fmaf.c
+++ b/lib/msun/src/s_fmaf.c
@@ -27,6 +27,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "math.h"
+
/*
* Fused multiply-add: Compute x * y + z with a single rounding error.
*
OpenPOWER on IntegriCloud