diff file.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 ea55b48f3fbd
children 6f61c3b36632
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 */