From a594e928174a96fd3027c45cc33d3a927acb7480 Mon Sep 17 00:00:00 2001 From: Fredrik Mellbin Date: Sun, 14 Sep 2008 19:51:55 +0000 Subject: [PATCH] FFmpegSource2: more portability Originally committed to SVN as r2357. --- FFmpegSource2/stdiostream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/FFmpegSource2/stdiostream.c b/FFmpegSource2/stdiostream.c index 68c2f2f73..0fc809393 100644 --- a/FFmpegSource2/stdiostream.c +++ b/FFmpegSource2/stdiostream.c @@ -19,6 +19,7 @@ // THE SOFTWARE. #include "stdiostream.h" +#include /* StdIoStream methods */