changeset 33362:bf3f244d7bc1

Missing header for compilation in mingw.
author vayne
date Mon, 09 May 2011 17:36:38 +0000
parents b433bc008e23
children 02021152bad3
files stream/stream_cddb.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_cddb.c	Mon May 09 11:17:43 2011 +0000
+++ b/stream/stream_cddb.c	Mon May 09 17:36:38 2011 +0000
@@ -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>