aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 4ac7250b..34ac6687 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -31,12 +31,13 @@
#include "alBuffer.h"
#include "alListener.h"
#include "alAuxEffectSlot.h"
-#include "alMidi.h"
#include "alu.h"
#include "bs2b.h"
#include "mixer_defs.h"
+#include "midi/base.h"
+
struct ChanMap {
enum Channel channel;