aboutsummaryrefslogtreecommitdiff
path: root/src/z_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/z_stat.c')
-rw-r--r--src/z_stat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/z_stat.c b/src/z_stat.c
index 5b3a5e6..d667a5a 100644
--- a/src/z_stat.c
+++ b/src/z_stat.c
@@ -7,6 +7,10 @@
#define sqrtf sqrt
#endif
+#ifdef MACOSX
+#define sqrtf sqrt
+#endif
+
/* mean :: the mean of a list of floats */
static t_class *mean_class;