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 d895d1f767..f3c2410b8d 100644
--- a/stream/stream_cddb.c
+++ b/stream/stream_cddb.c
@@ -21,6 +21,7 @@
#include <errno.h>
#include <unistd.h>
#include <string.h>
+#include <limits.h>
#ifdef WIN32
#ifdef __MINGW32__
#define mkdir(a,b) mkdir(a)