diff options
| author | Bertrand Augereau | 2006-11-19 20:10:52 +0000 |
|---|---|---|
| committer | Bertrand Augereau | 2006-11-19 20:10:52 +0000 |
| commit | 920c9f1f4fe73dd990ee81fbefd2a9d1e71d33fa (patch) | |
| tree | ae8c9e1bb10d5e5d2924fbff1ca24ed86952bb07 /backends | |
| parent | 50e2cf9caa0d6568ac0eac2ffb1cb0f637c13220 (diff) | |
| download | scummvm-rg350-920c9f1f4fe73dd990ee81fbefd2a9d1e71d33fa.tar.gz scummvm-rg350-920c9f1f4fe73dd990ee81fbefd2a9d1e71d33fa.tar.bz2 scummvm-rg350-920c9f1f4fe73dd990ee81fbefd2a9d1e71d33fa.zip | |
DS : Compilation fix when USE_DEBUGGER is not defined
svn-id: r24748
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/platform/ds/arm9/source/dsmain.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/ds/arm9/source/dsmain.cpp b/backends/platform/ds/arm9/source/dsmain.cpp index a833a76605..499001b393 100644 --- a/backends/platform/ds/arm9/source/dsmain.cpp +++ b/backends/platform/ds/arm9/source/dsmain.cpp @@ -55,7 +55,9 @@ #include "registers_alt.h" //#include "compact_flash.h" #include "dsoptions.h" +#ifdef USE_DEBUGGER #include "user_debugger.h" +#endif #include "ramsave.h" #include "disc_io.h" #include "blitters.h" |
