aboutsummaryrefslogtreecommitdiff
path: root/graphics/animation.h
diff options
context:
space:
mode:
authorChris Apers2004-03-24 11:16:34 +0000
committerChris Apers2004-03-24 11:16:34 +0000
commitde830d75c7fe0427ea1c6a7197b03bf4b292e7e0 (patch)
tree23dd963ff90dd05f17db732ac01c3017c1aa0dbb /graphics/animation.h
parentafefe7dcfa7bc3a360b77ecd67c3650b426438d5 (diff)
downloadscummvm-rg350-de830d75c7fe0427ea1c6a7197b03bf4b292e7e0.tar.gz
scummvm-rg350-de830d75c7fe0427ea1c6a7197b03bf4b292e7e0.tar.bz2
scummvm-rg350-de830d75c7fe0427ea1c6a7197b03bf4b292e7e0.zip
PalmOS ?
svn-id: r13378
Diffstat (limited to 'graphics/animation.h')
-rw-r--r--graphics/animation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/animation.h b/graphics/animation.h
index 044bfbd069..4877be24a8 100644
--- a/graphics/animation.h
+++ b/graphics/animation.h
@@ -39,8 +39,10 @@ typedef uint8 uint8_t;
typedef uint16 uint16_t;
typedef uint32 uint32_t;
#else
+#ifndef __PALM_OS__
#include <inttypes.h>
#endif
+#endif
#ifdef USE_MPEG2
extern "C" {