From d0d14da8d91bc9a73856852be1a0a6d42b24a30d Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Fri, 12 Feb 2016 14:37:24 +0100 Subject: [PATCH] Fix implicit define isnan() --- freebsd/Platform.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include /*{ #include "Action.h"