diff options
author | Chris Apers | 2007-05-01 09:58:44 +0000 |
---|---|---|
committer | Chris Apers | 2007-05-01 09:58:44 +0000 |
commit | 532311576e053c7a5e08c620cac71d74b976be8b (patch) | |
tree | 866a0219eec7e24ed93aa2f72ad0ee9cd8141ff1 /backends | |
parent | c72f840c77ebd96abd6e376da206d2e0249e23db (diff) | |
download | scummvm-rg350-532311576e053c7a5e08c620cac71d74b976be8b.tar.gz scummvm-rg350-532311576e053c7a5e08c620cac71d74b976be8b.tar.bz2 scummvm-rg350-532311576e053c7a5e08c620cac71d74b976be8b.zip |
Fixed compilation
svn-id: r26698
Diffstat (limited to 'backends')
-rw-r--r-- | backends/midi/zodiac.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/midi/zodiac.cpp b/backends/midi/zodiac.cpp index 703c7dbf20..fe6cf0f7e9 100644 --- a/backends/midi/zodiac.cpp +++ b/backends/midi/zodiac.cpp @@ -25,8 +25,7 @@ #ifndef DISABLE_TAPWAVE -#include "TwTraps.h" -#include "TwMidi.h" +#include <tapwave.h> class MidiDriver_Zodiac:public MidiDriver_MPU401 { |