we need stdio.h for SEEK_SET on mingw, patch by Zuxy <zuxy.meng at gmail.com>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16749 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2005-10-13 12:13:49 +00:00
parent 5a8e327a40
commit 1bd75f8c74
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "config.h"
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>