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 --- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index 42f0b218d4..8ea5b3a6a0 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -33,6 +33,7 @@ #include "opt.h" #include "fifo.h" #include "avstring.h" +#include "os_support.h" #if !defined(HAVE_GETRUSAGE) && defined(HAVE_GETPROCESSTIMES) #include -- cgit v1.2.3