From f752212c6235316e681fade76c5693d46df7d310 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 31 Jul 2012 23:37:56 +0200 Subject: Change include to This seems to be more portable. Should fix compilation on OSX and FreeBSD. Apparently also works on MinGW-w64. --- stream/stream_cdda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_cdda.c') diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c index 5a11e051ab..8bd179b1df 100644 --- a/stream/stream_cdda.c +++ b/stream/stream_cdda.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include "talloc.h" -- cgit v1.2.3