[MPlayer-cvslog] r33449 - trunk/stream/stream_cddb.c
vayne
subversion at mplayerhq.hu
Mon May 9 19:36:39 CEST 2011
Author: vayne
Date: Mon May 9 19:36:38 2011
New Revision: 33449
Log:
Missing header for compilation in mingw.
Modified:
trunk/stream/stream_cddb.c
Modified: trunk/stream/stream_cddb.c
==============================================================================
--- trunk/stream/stream_cddb.c Mon May 9 13:17:43 2011 (r33448)
+++ trunk/stream/stream_cddb.c Mon May 9 19:36:38 2011 (r33449)
@@ -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>
More information about the MPlayer-cvslog
mailing list