diff http.c @ 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 b21c2af60bc9
children 94a0369ed3f5
line wrap: on
line diff
--- 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"