diff options
| author | Max Horn | 2010-11-29 16:18:43 +0000 | 
|---|---|---|
| committer | Max Horn | 2010-11-29 16:18:43 +0000 | 
| commit | df05ed1a46516f7e4d5c6e78f7f096208dbad790 (patch) | |
| tree | e7b9077c9a92d5ff54e22705cdd6c9ff50faa38a /backends/plugins/ds | |
| parent | 4e0e406181a36e5f5ff59e6b917f81f317e1de1a (diff) | |
| download | scummvm-rg350-df05ed1a46516f7e4d5c6e78f7f096208dbad790.tar.gz scummvm-rg350-df05ed1a46516f7e4d5c6e78f7f096208dbad790.tar.bz2 scummvm-rg350-df05ed1a46516f7e4d5c6e78f7f096208dbad790.zip  | |
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
svn-id: r54573
Diffstat (limited to 'backends/plugins/ds')
| -rw-r--r-- | backends/plugins/ds/ds-provider.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/plugins/ds/ds-provider.cpp b/backends/plugins/ds/ds-provider.cpp index 832fd1312c..d0697371e9 100644 --- a/backends/plugins/ds/ds-provider.cpp +++ b/backends/plugins/ds/ds-provider.cpp @@ -23,6 +23,8 @@   *   */ +#include "common/scummsys.h" +  #if defined(DYNAMIC_MODULES) && defined(__DS__)  #include <malloc.h>  | 
