From b91c2e4a995ecac496393786fe35584feb274e39 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 14 Oct 2008 09:47:32 -0700 Subject: Include float.h if it exists, for _RC_CHOP and _MCW_RC --- Alc/ALu.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Alc/ALu.c') 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 +#endif + #if defined(HAVE_STDINT_H) #include typedef int64_t ALint64; -- cgit v1.2.3