fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for report and pacman for fix)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18853 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2006-06-29 17:07:57 +00:00
parent 02c29537a5
commit d7d7500003
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <errno.h>
#include <stdlib.h>
#include <sys/types.h>
#include <inttypes.h>
#include "config.h"