diff options
author | vayne <vayne@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2011-05-09 17:36:38 +0000 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-06-29 10:27:16 +0300 |
commit | f293935d39cc3bf5141e3b12c980e6918e78886a (patch) | |
tree | 977253f2a180a72ad245738aac74465ac0385beb /stream | |
parent | 8278977c0de65322a6c59c13a1f50f61ddd43e2c (diff) |
Windows: stream_cddb.c: include <path.h> for MinGW
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33449 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/stream_cddb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_cddb.c b/stream/stream_cddb.c index 5a4b3c1cee..afc512e5b7 100644 --- a/stream/stream_cddb.c +++ b/stream/stream_cddb.c @@ -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> |