aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-07-23 05:53:53 -0700
committerChris Robinson <[email protected]>2011-07-23 05:53:53 -0700
commit2f3bd5b5d9937e9e45e926bceb48ea51b4012a9d (patch)
tree2c7e04a7959ce3484fb176eecf6457fcdd379ef6 /OpenAL32/Include/alu.h
parentfad80a4f92b185a4dc959f1fabd84c2d846b77f1 (diff)
Move an include to where it makes more sense to be
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index 9ce59955..609978f5 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -10,6 +10,9 @@
#ifdef HAVE_FLOAT_H
#include <float.h>
#endif
+#ifdef HAVE_IEEEFP_H
+#include <ieeefp.h>
+#endif
#ifndef M_PI
#define M_PI 3.14159265358979323846 /* pi */