# HG changeset patch # User ramiro # Date 1195698459 0 # Node ID 477419a721a3798b9564b7c49323d85c3ae00acf # Parent 13b65f62e3a6640fa508318b06140392955123b3 os_support.h is also needed for usleep and lseek on MinGW. diff -r 13b65f62e3a6 -r 477419a721a3 file.c --- 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 #include #include +#include "os_support.h" /* standard file protocol */ diff -r 13b65f62e3a6 -r 477419a721a3 http.c --- 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 #include "network.h" +#include "os_support.h" #include "base64.h" #include "avstring.h"