diff options
Diffstat (limited to 'engines/sci/sfx/softseq/pcspeaker.cpp')
-rw-r--r-- | engines/sci/sfx/softseq/pcspeaker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/softseq/pcspeaker.cpp b/engines/sci/sfx/softseq/pcspeaker.cpp index 82486c28a1..6b6da1f001 100644 --- a/engines/sci/sfx/softseq/pcspeaker.cpp +++ b/engines/sci/sfx/softseq/pcspeaker.cpp @@ -26,7 +26,7 @@ /* PC speaker software sequencer for FreeSCI */ #include "sci/sfx/softseq.h" -#include "sci/include/sci_midi.h" +#include "sci/sfx/sci_midi.h" namespace Sci { |