lmms_math: also enable workarounds on Haiku.

This commit is contained in:
Augustin Cavalier
2015-03-05 12:41:59 -05:00
parent 48ac1b02eb
commit 946d8a1431

View File

@@ -34,7 +34,7 @@
#include <cmath>
using namespace std;
#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE)
#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE) || defined(LMMS_BUILD_HAIKU)
#ifndef isnanf
#define isnanf(x) isnan(x)
#endif