aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/seq.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2010-07-20 08:56:53 +0000
committerTorbjörn Andersson2010-07-20 08:56:53 +0000
commit5b3f31feec43db358c1ad9bb38a7e602b5a90bb0 (patch)
tree94f52f360774f290c4df39bca8bf473a691ed94a /backends/midi/seq.cpp
parent37aa8a7499e6aa1698beb7e241c42ba19475a83a (diff)
downloadscummvm-rg350-5b3f31feec43db358c1ad9bb38a7e602b5a90bb0.tar.gz
scummvm-rg350-5b3f31feec43db358c1ad9bb38a7e602b5a90bb0.tar.bz2
scummvm-rg350-5b3f31feec43db358c1ad9bb38a7e602b5a90bb0.zip
General: Fixed building the SEQ MIDI driver
An #include was missing, causing the driver to never be built. Also fixed what looked like a cut-and-paste error in generating the features string. svn-id: r51056
Diffstat (limited to 'backends/midi/seq.cpp')
-rw-r--r--backends/midi/seq.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/midi/seq.cpp b/backends/midi/seq.cpp
index 06685df59a..e3d2c35b39 100644
--- a/backends/midi/seq.cpp
+++ b/backends/midi/seq.cpp
@@ -28,6 +28,8 @@
* both the QuickTime support and (vkeybd http://www.alsa-project.org/~iwai/alsa.html)
*/
+#include "common/scummsys.h"
+
#if defined(USE_SEQ_MIDI)
#include "common/util.h"