# HG changeset patch # User vayne # Date 1304962598 0 # Node ID bf3f244d7bc16575b62e83924966430dc3f14b0f # Parent b433bc008e23b35413b64348b4407d3251c9333e Missing header for compilation in mingw. diff -r b433bc008e23 -r bf3f244d7bc1 stream/stream_cddb.c --- 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 #if defined(__MINGW32__) || defined(__CYGWIN__) #ifdef __MINGW32__ +#include #define mkdir(a,b) mkdir(a) #endif #include