diff options
author | Chris Apers | 2007-12-09 11:24:51 +0000 |
---|---|---|
committer | Chris Apers | 2007-12-09 11:24:51 +0000 |
commit | 3c6bfc37422a5122f19ff5ff96530d7a024d6297 (patch) | |
tree | 00691b20b8ab0d7a82cbbace4c9033be90a96224 | |
parent | 75aa388c310e1e0fdf7acb1a3bf84c90fe02bb39 (diff) | |
download | scummvm-rg350-3c6bfc37422a5122f19ff5ff96530d7a024d6297.tar.gz scummvm-rg350-3c6bfc37422a5122f19ff5ff96530d7a024d6297.tar.bz2 scummvm-rg350-3c6bfc37422a5122f19ff5ff96530d7a024d6297.zip |
Only for ARM code
svn-id: r29787
-rw-r--r-- | common/scummsys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index 748890b3be..4c9eb8ccf2 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -291,7 +291,9 @@ #elif defined(__PALMOS_TRAPS__) || defined (__PALMOS_ARMLET__) +#ifdef __PALMOS_ARMLET__ #include <extras_string.h> +#endif #define SCUMM_LITTLE_ENDIAN #define scumm_stricmp stricmp |