Browse code

os_support.h is also needed for usleep and lseek on MinGW.

Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk

Ramiro Polla authored on 2007/11/22 11:27:39
Showing 3 changed files
... ...
@@ -33,6 +33,7 @@
33 33
 #include "opt.h"
34 34
 #include "fifo.h"
35 35
 #include "avstring.h"
36
+#include "os_support.h"
36 37
 
37 38
 #if !defined(HAVE_GETRUSAGE) && defined(HAVE_GETPROCESSTIMES)
38 39
 #include <windows.h>
... ...
@@ -24,6 +24,7 @@
24 24
 #include <unistd.h>
25 25
 #include <sys/time.h>
26 26
 #include <stdlib.h>
27
+#include "os_support.h"
27 28
 
28 29
 
29 30
 /* standard file protocol */
... ...
@@ -21,6 +21,7 @@
21 21
 #include "avformat.h"
22 22
 #include <unistd.h>
23 23
 #include "network.h"
24
+#include "os_support.h"
24 25
 
25 26
 #include "base64.h"
26 27
 #include "avstring.h"