From 5c32afddc8a46e4e6ecc1d207f68b160e386cf7b Mon Sep 17 00:00:00 2001 From: Fredrik Mellbin Date: Sun, 14 Sep 2008 21:11:04 +0000 Subject: [PATCH] FFmpegSource2: more portability Originally committed to SVN as r2361. --- FFmpegSource2/MatroskaParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFmpegSource2/MatroskaParser.h b/FFmpegSource2/MatroskaParser.h index 66647e1df..fc5d50f49 100644 --- a/FFmpegSource2/MatroskaParser.h +++ b/FFmpegSource2/MatroskaParser.h @@ -41,7 +41,7 @@ * system */ -#include +#include #ifdef MPDLLBUILD #define X __declspec(dllexport)