aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-07-23 04:06:29 -0700
committerChris Robinson <[email protected]>2011-07-23 04:06:29 -0700
commit13f9dbe5825bfcaf7ce3fd8bc68604e5b58a9164 (patch)
treeb38ef62e39e0917e43d0ed90c4f2dbf0f066443d /OpenAL32
parent8dfa2560b142a6dd6e9a386ca05cbadf7d6c6c40 (diff)
Look for ieeefp.h and include it when appropriate
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 73b314fe..ad357536 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -8,6 +8,9 @@
#ifdef HAVE_FENV_H
#include <fenv.h>
#endif
+#ifdef HAVE_IEEEFP_H
+#include <ieeefp.h>
+#endif
#include "AL/al.h"
#include "AL/alc.h"