changeset 16748:ec02252fbaa6

we need stdio.h for SEEK_SET on mingw, patch by Zuxy <zuxy.meng at gmail.com>
author faust3
date Thu, 13 Oct 2005 12:13:49 +0000
parents 5d7dddb5d896
children a3e5975a7618
files libmpdemux/stream_file.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/stream_file.c	Thu Oct 13 07:31:35 2005 +0000
+++ b/libmpdemux/stream_file.c	Thu Oct 13 12:13:49 2005 +0000
@@ -1,6 +1,7 @@
 
 #include "config.h"
 
+#include <stdio.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>