From a5e979f42cd92136de00761d4e5ca3b4079a3207 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Thu, 22 Nov 2007 02:27:39 +0000 Subject: os_support.h is also needed for usleep and lseek on MinGW. Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/file.c | 1 + libavformat/http.c | 1 + 2 files changed, 2 insertions(+) (limited to 'libavformat') diff --git a/libavformat/file.c b/libavformat/file.c index f61130694f..6285c1bba2 100644 --- a/libavformat/file.c +++ b/libavformat/file.c @@ -24,6 +24,7 @@ #include #include #include +#include "os_support.h" /* standard file protocol */ diff --git a/libavformat/http.c b/libavformat/http.c index 5bfd736885..240840a271 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -21,6 +21,7 @@ #include "avformat.h" #include #include "network.h" +#include "os_support.h" #include "base64.h" #include "avstring.h" -- cgit v1.2.3