aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-10-14 09:47:32 -0700
committerChris Robinson <[email protected]>2008-10-14 09:47:32 -0700
commitb91c2e4a995ecac496393786fe35584feb274e39 (patch)
treebee636bd082a15f8f77ea9f9c973970607ce5915 /Alc/ALu.c
parent59a71b1454303df58c4c7e39b17d8538bb867663 (diff)
Include float.h if it exists, for _RC_CHOP and _MCW_RC
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index e3bd069a..5371d3b5 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -34,6 +34,10 @@
#include "alu.h"
#include "bs2b.h"
+#if defined (HAVE_FLOAT_H)
+#include <float.h>
+#endif
+
#if defined(HAVE_STDINT_H)
#include <stdint.h>
typedef int64_t ALint64;