changeset 2774:477419a721a3 libavformat

os_support.h is also needed for usleep and lseek on MinGW.
author ramiro
date Thu, 22 Nov 2007 02:27:39 +0000
parents 13b65f62e3a6
children 1301147d9450
files file.c http.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/file.c	Wed Nov 21 16:33:06 2007 +0000
+++ b/file.c	Thu Nov 22 02:27:39 2007 +0000
@@ -24,6 +24,7 @@
 #include <unistd.h>
 #include <sys/time.h>
 #include <stdlib.h>
+#include "os_support.h"
 
 
 /* standard file protocol */
--- a/http.c	Wed Nov 21 16:33:06 2007 +0000
+++ b/http.c	Thu Nov 22 02:27:39 2007 +0000
@@ -21,6 +21,7 @@
 #include "avformat.h"
 #include <unistd.h>
 #include "network.h"
+#include "os_support.h"
 
 #include "base64.h"
 #include "avstring.h"