diff options
author | Paul Gilbert | 2009-05-06 10:28:07 +0000 |
---|---|---|
committer | Paul Gilbert | 2009-05-06 10:28:07 +0000 |
commit | c02aad90b256fdfac83bbf739f58346e7d7546fb (patch) | |
tree | 228b122d46972efa37b3bb20f7ce3bcab61267ab /sound/softsynth | |
parent | 494000dab7b4684287703cfe7703426ef05228eb (diff) | |
download | scummvm-rg350-c02aad90b256fdfac83bbf739f58346e7d7546fb.tar.gz scummvm-rg350-c02aad90b256fdfac83bbf739f58346e7d7546fb.tar.bz2 scummvm-rg350-c02aad90b256fdfac83bbf739f58346e7d7546fb.zip |
Added a reference to scummsys.h to fix compilation errors
svn-id: r40351
Diffstat (limited to 'sound/softsynth')
-rw-r--r-- | sound/softsynth/opl/opl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/softsynth/opl/opl.h b/sound/softsynth/opl/opl.h index 4a04f9a0b7..74e7dac79e 100644 --- a/sound/softsynth/opl/opl.h +++ b/sound/softsynth/opl/opl.h @@ -24,6 +24,7 @@ * Ken Silverman's official web site: "http://www.advsys.net/ken" */ +#include "common/scummsys.h" #define fltype double |