aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/opl/dosbox.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-06 13:57:05 +0000
committerJohannes Schickel2009-05-06 13:57:05 +0000
commit47e426f271fdd08c3fe8e1c8b383cecd27cdd951 (patch)
tree280799b7db9cf56177101584e162a86827043009 /sound/softsynth/opl/dosbox.cpp
parent625f218388742e13654ea938ee052abafa5cec59 (diff)
downloadscummvm-rg350-47e426f271fdd08c3fe8e1c8b383cecd27cdd951.tar.gz
scummvm-rg350-47e426f271fdd08c3fe8e1c8b383cecd27cdd951.tar.bz2
scummvm-rg350-47e426f271fdd08c3fe8e1c8b383cecd27cdd951.zip
Don't include headers inside namespace scopes. This should fix compilation on NDS at least.
svn-id: r40360
Diffstat (limited to 'sound/softsynth/opl/dosbox.cpp')
-rw-r--r--sound/softsynth/opl/dosbox.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/softsynth/opl/dosbox.cpp b/sound/softsynth/opl/dosbox.cpp
index aef46d7e72..ae1499ef49 100644
--- a/sound/softsynth/opl/dosbox.cpp
+++ b/sound/softsynth/opl/dosbox.cpp
@@ -34,6 +34,7 @@
#include "dosbox.h"
#include "common/system.h"
+#include "common/scummsys.h"
#include <math.h>
#include <string.h>