aboutsummaryrefslogtreecommitdiff
path: root/simon/midi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/midi.cpp')
-rw-r--r--simon/midi.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/simon/midi.cpp b/simon/midi.cpp
index c4acc1390a..c599e34700 100644
--- a/simon/midi.cpp
+++ b/simon/midi.cpp
@@ -23,8 +23,13 @@
#include "stdafx.h"
#include "scummsys.h"
#include "system.h"
+#ifndef macintosh
#include "../sound/mididrv.h"
#include "../sound/mixer.h"
+#else
+#include "mididrv.h"
+#include "mixer.h"
+#endif
#include "simon.h"
void MidiPlayer::read_from_file(void *dst, uint size) {