diff options
author | Chris Robinson <[email protected]> | 2018-01-11 08:44:52 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-11 08:44:52 -0800 |
commit | 15ad5245bfa498dff729d2bb1cd91fad161cc806 (patch) | |
tree | b5f0d36fe916d81e498c7c18278ed7b40f7cf00d /Alc/converter.c | |
parent | 8aa9e35f8c743c1336142a0a49eaeee19a6d33d3 (diff) |
Move the FPU mode declarations to a separate header
Also don't use inheritance with FPUCtl.
Diffstat (limited to 'Alc/converter.c')
-rw-r--r-- | Alc/converter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/converter.c b/Alc/converter.c index 8cba04a1..157073f2 100644 --- a/Alc/converter.c +++ b/Alc/converter.c @@ -3,6 +3,7 @@ #include "converter.h" +#include "fpu_modes.h" #include "mixer_defs.h" |