diff options
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 | ||||
-rw-r--r-- | OpenAL32/Include/alu.h | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index ad357536..73b314fe 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -8,9 +8,6 @@ #ifdef HAVE_FENV_H #include <fenv.h> #endif -#ifdef HAVE_IEEEFP_H -#include <ieeefp.h> -#endif #include "AL/al.h" #include "AL/alc.h" 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 */ |