summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-11-22 02:27:39 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-11-22 02:27:39 +0000
commita5e979f42cd92136de00761d4e5ca3b4079a3207 (patch)
tree2905ec29e3694ca9602a3d6827c91fb9adfcc21b /ffmpeg.c
parent82821c913b672865092cf7253cbc4f35c1dcd66b (diff)
os_support.h is also needed for usleep and lseek on MinGW.
Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
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 <windows.h>