aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-11 06:50:53 -0800
committerChris Robinson <[email protected]>2018-01-11 06:50:53 -0800
commit9b9ec2c21a7f0992a6ca64ac9cb2a03838e11cd7 (patch)
tree94a959806234d4b3699eb8c676732021c0718cf7 /Alc/ALc.c
parentf3c9bc114cb1d136fce4e790d6d2721430eb30dc (diff)
Move the compressor/limiter declarations to their own header
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index cca88a8f..3de59521 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -37,6 +37,7 @@
#include "alBuffer.h"
#include "alAuxEffectSlot.h"
#include "alError.h"
+#include "mastering.h"
#include "bformatdec.h"
#include "alu.h"