From f293935d39cc3bf5141e3b12c980e6918e78886a Mon Sep 17 00:00:00 2001 From: vayne Date: Mon, 9 May 2011 17:36:38 +0000 Subject: Windows: stream_cddb.c: include for MinGW git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33449 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_cddb.c | 1 + 1 file changed, 1 insertion(+) 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 #if defined(__MINGW32__) || defined(__CYGWIN__) #ifdef __MINGW32__ +#include #define mkdir(a,b) mkdir(a) #endif #include -- cgit v1.2.3