diff options
Diffstat (limited to 'engines/sci/sfx/softseq/adlib.cpp')
-rw-r--r-- | engines/sci/sfx/softseq/adlib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/softseq/adlib.cpp b/engines/sci/sfx/softseq/adlib.cpp index a361d33104..efc5c4b823 100644 --- a/engines/sci/sfx/softseq/adlib.cpp +++ b/engines/sci/sfx/softseq/adlib.cpp @@ -30,7 +30,7 @@ #include "sound/softsynth/emumidi.h" #include "sci/resource.h" -#include "sci/sfx/sci_midi.h" +#include "sci/sfx/softseq/mididriver.h" namespace Sci { |