diff options
-rw-r--r-- | graphics/animation.h | 2 |
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" { |