aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-11 07:56:54 -0800
committerChris Robinson <[email protected]>2018-01-11 07:56:54 -0800
commit8aa9e35f8c743c1336142a0a49eaeee19a6d33d3 (patch)
treebc210336ae8961164a6b3e33d25fddccf7b50fcb /Alc/ALc.c
parent81b13f78ea27aaa6704457124931148244fd1614 (diff)
Move the config function declarations to their own header
And rename alcConfig.c to alconfig.c for consistency.
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 34cb63d4..5297af30 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -40,6 +40,7 @@
#include "mastering.h"
#include "bformatdec.h"
#include "alu.h"
+#include "alconfig.h"
#include "cpu_caps.h"
#include "compat.h"