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
This commit is contained in:
parent
37aa8a7499
commit
5b3f31feec
2 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue