Windows: ao_pcm: add io.h include for MinGW64

On MinGW64 io.h is needed for _get_osfhandle().

patch by Stephen Sheldon, sfsheldo gmail com

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33341 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2011-04-29 13:05:49 +00:00 committed by Uoti Urpala
parent 38fa9f6d36
commit 6283d4d6bb
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#ifdef __MINGW32__
// for GetFileType to detect pipes
#include <windows.h>
#include <io.h>
#endif
struct priv {