diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-11-22 02:27:39 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-11-22 02:27:39 +0000 |
commit | a5e979f42cd92136de00761d4e5ca3b4079a3207 (patch) | |
tree | 2905ec29e3694ca9602a3d6827c91fb9adfcc21b /libavformat/http.c | |
parent | 82821c913b672865092cf7253cbc4f35c1dcd66b (diff) | |
download | ffmpeg-a5e979f42cd92136de00761d4e5ca3b4079a3207.tar.gz |
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 'libavformat/http.c')
-rw-r--r-- | libavformat/http.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <unistd.h> #include "network.h" +#include "os_support.h" #include "base64.h" #include "avstring.h" |