summaryrefslogtreecommitdiffstats
path: root/stream/stream_cddb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_cddb.c')
-rw-r--r--stream/stream_cddb.c1
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>