aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/helpers.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-09-14 02:14:29 -0700
committerChris Robinson <[email protected]>2012-09-14 02:14:29 -0700
commit0f3a575a09fd3fa77564fd58d526aef14e8ef22a (patch)
treee2d05fc8095ff1a4879f2b6b6954a4950f519dc7 /Alc/helpers.c
parentec74fb9ba2eaf0b75685f6c88cd96270408c1da6 (diff)
Don't include alu.h in alMain.h
Diffstat (limited to 'Alc/helpers.c')
-rw-r--r--Alc/helpers.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Alc/helpers.c b/Alc/helpers.c
index a6ed583f..9529acec 100644
--- a/Alc/helpers.c
+++ b/Alc/helpers.c
@@ -30,6 +30,12 @@
#ifdef HAVE_CPUID_H
#include <cpuid.h>
#endif
+#ifdef HAVE_FLOAT_H
+#include <float.h>
+#endif
+#ifdef HAVE_IEEEFP_H
+#include <ieeefp.h>
+#endif
#if defined(HAVE_GUIDDEF_H) || defined(HAVE_INITGUID_H)
#define INITGUID