aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/animation.h
diff options
context:
space:
mode:
authorTravis Howell2004-01-12 23:41:05 +0000
committerTravis Howell2004-01-12 23:41:05 +0000
commit9471d58720a41cfa0ba8b526b4c479b3a3d74af0 (patch)
tree12bf36266b7eb7ee94573cd823be4009f4e569c4 /sword2/driver/animation.h
parentb4655ff7f9f49bf267e5a83cef54ce5772cf3103 (diff)
downloadscummvm-rg350-9471d58720a41cfa0ba8b526b4c479b3a3d74af0.tar.gz
scummvm-rg350-9471d58720a41cfa0ba8b526b4c479b3a3d74af0.tar.bz2
scummvm-rg350-9471d58720a41cfa0ba8b526b4c479b3a3d74af0.zip
Add mpeg2 option to mingw makefile
Fix compile on mingw svn-id: r12350
Diffstat (limited to 'sword2/driver/animation.h')
-rw-r--r--sword2/driver/animation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sword2/driver/animation.h b/sword2/driver/animation.h
index 8060303a4c..0f48d9a4b9 100644
--- a/sword2/driver/animation.h
+++ b/sword2/driver/animation.h
@@ -1,6 +1,9 @@
#ifndef ANIMATION_H
#define ANIMATION_H
+#ifndef _MSC_VER
+#include <inttypes.h>
+#endif
#ifdef USE_MPEG2
extern "C" {
#include <mpeg2dec/mpeg2.h>