diff options
| author | Travis Howell | 2002-12-09 02:40:22 +0000 | 
|---|---|---|
| committer | Travis Howell | 2002-12-09 02:40:22 +0000 | 
| commit | 90b844d95e82f70e31bb59abf05252d86f5849ec (patch) | |
| tree | c41253c22a62bf099c35d3e170bc1ba097f945e5 /backends/midi | |
| parent | c168f62bbd6fa6b722b5bc7a3487e4ac7a22c57e (diff) | |
| download | scummvm-rg350-90b844d95e82f70e31bb59abf05252d86f5849ec.tar.gz scummvm-rg350-90b844d95e82f70e31bb59abf05252d86f5849ec.tar.bz2 scummvm-rg350-90b844d95e82f70e31bb59abf05252d86f5849ec.zip | |
Compile fix
svn-id: r5895
Diffstat (limited to 'backends/midi')
| -rw-r--r-- | backends/midi/null.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/backends/midi/null.cpp b/backends/midi/null.cpp index ea54c9826a..80e30735c2 100644 --- a/backends/midi/null.cpp +++ b/backends/midi/null.cpp @@ -18,6 +18,7 @@   * $Header$   */ +#include "stdafx.h"  #include "sound/mpu401.h"  #include "common/engine.h"	// for warning/error/debug | 
