aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-11 07:19:19 -0800
committerChris Robinson <[email protected]>2018-01-11 07:19:19 -0800
commit81b13f78ea27aaa6704457124931148244fd1614 (patch)
tree781abb42054d9c2e51fdc1aefc44d1ad81d265d7 /Alc/ALu.c
parent9b9ec2c21a7f0992a6ca64ac9cb2a03838e11cd7 (diff)
Move the CPU capability flags to a separate header
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index bd1bf79a..e0496513 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -39,6 +39,7 @@
#include "bformatdec.h"
#include "static_assert.h"
+#include "cpu_caps.h"
#include "mixer_defs.h"
#include "bsinc_inc.h"