aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2003-07-07 23:11:09 +0000
committerMax Horn2003-07-07 23:11:09 +0000
commitd25041859dbf4a3e260aa130790ab2f05be90f3d (patch)
tree6fe46b7188bc6a3f65e44c071418b74e58f4873b /sound
parent58486149a9e5beafc0b56e3f6c48d8a8bf3c7c78 (diff)
downloadscummvm-rg350-d25041859dbf4a3e260aa130790ab2f05be90f3d.tar.gz
scummvm-rg350-d25041859dbf4a3e260aa130790ab2f05be90f3d.tar.bz2
scummvm-rg350-d25041859dbf4a3e260aa130790ab2f05be90f3d.zip
#include scummsys.h so that our custome free() gets used
svn-id: r8849
Diffstat (limited to 'sound')
-rw-r--r--sound/fmopl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp
index 591da56da8..549c4609b1 100644
--- a/sound/fmopl.cpp
+++ b/sound/fmopl.cpp
@@ -50,6 +50,7 @@ Revision History:
*/
#include "stdafx.h"
+#include "scummsys.h"
#include <math.h>
#include "fmopl.h"