12 lines
519 B
Diff
12 lines
519 B
Diff
--- include/lmms_math.h 2017-12-19 18:24:15.000000000 +0100
|
|
+++ - 2018-03-24 13:02:25.850664825 +0100
|
|
@@ -34,7 +34,7 @@
|
|
#include <cmath>
|
|
using namespace std;
|
|
|
|
-#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE) || defined(LMMS_BUILD_HAIKU) || defined (__FreeBSD__) || defined(__OpenBSD__)
|
|
+#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE) || defined(LMMS_BUILD_HAIKU) || defined (__FreeBSD__) || defined(__OpenBSD__) || !defined(__GLIBC__)
|
|
#ifndef isnanf
|
|
#define isnanf(x) isnan(x)
|
|
#endif
|