From 9471d58720a41cfa0ba8b526b4c479b3a3d74af0 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 12 Jan 2004 23:41:05 +0000 Subject: Add mpeg2 option to mingw makefile Fix compile on mingw svn-id: r12350 --- sword2/driver/animation.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sword2/driver') 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 +#endif #ifdef USE_MPEG2 extern "C" { #include -- cgit v1.2.3