summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.c
diff options
context:
space:
mode:
authorBernard Spil <spil.oss@gmail.com>2016-02-12 14:37:24 +0100
committerBernard Spil <spil.oss@gmail.com>2016-02-12 14:37:24 +0100
commitd0d14da8d91bc9a73856852be1a0a6d42b24a30d (patch)
tree01f52343cd50b6d6b21356c9937649804cca8b8b /freebsd/Platform.c
parent1bedac1ca271c9ee2330678cdfa035fb59d424c6 (diff)
Fix implicit define isnan()
Diffstat (limited to 'freebsd/Platform.c')
-rw-r--r--freebsd/Platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/Platform.c b/freebsd/Platform.c
index 9e0c25b0..f02daa5a 100644
--- a/freebsd/Platform.c
+++ b/freebsd/Platform.c
@@ -24,6 +24,7 @@ in the source distribution for its full text.
#include <sys/resource.h>
#include <vm/vm_param.h>
#include <time.h>
+#include <math.h>
/*{
#include "Action.h"

© 2014-2024 Faster IT GmbH | imprint | privacy policy