diff options
Diffstat (limited to 'simon/midi.cpp')
| -rw-r--r-- | simon/midi.cpp | 5 |
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) { |
