aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Apers2006-03-06 19:44:15 +0000
committerChris Apers2006-03-06 19:44:15 +0000
commit65e688ac153d6f730a57bd383748f11b4c9114e5 (patch)
treeaf3e5434b1f1c8d7a6226880195792b87b04fc20
parent4aaa3eacbd9afceaabebe888b40f5c0dcf482109 (diff)
downloadscummvm-rg350-65e688ac153d6f730a57bd383748f11b4c9114e5.tar.gz
scummvm-rg350-65e688ac153d6f730a57bd383748f11b4c9114e5.tar.bz2
scummvm-rg350-65e688ac153d6f730a57bd383748f11b4c9114e5.zip
Fixed compilation, this could be used with all systems (?)
svn-id: r21112
-rw-r--r--graphics/animation.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/animation.h b/graphics/animation.h
index c3ee5179ae..24b6f7e560 100644
--- a/graphics/animation.h
+++ b/graphics/animation.h
@@ -34,7 +34,11 @@ class AudioStream;
#ifdef USE_MPEG2
#if !defined(_MSC_VER)
-#include <inttypes.h>
+#ifndef PALMOS_MODE
+# include <inttypes.h>
+#else
+# include <stdint.h>
+#endif
#endif
extern "C" {