Windows: stream_cddb.c: include <path.h> for MinGW

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33449 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
vayne 2011-05-09 17:36:38 +00:00 committed by Uoti Urpala
parent 8278977c0d
commit f293935d39
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#include <limits.h>
#if defined(__MINGW32__) || defined(__CYGWIN__)
#ifdef __MINGW32__
#include <path.h>
#define mkdir(a,b) mkdir(a)
#endif
#include <windows.h>