From 2ae2af2020c137813dd5799da53c8f4617dafeb9 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 4 Apr 2016 14:41:13 -0400 Subject: [PATCH] FS-8779: fix the include for Windows builds that point to in tree lib --- src/mod/formats/mod_shout/mod_shout.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mod/formats/mod_shout/mod_shout.c b/src/mod/formats/mod_shout/mod_shout.c index 60275ff3e7..8372a03b7f 100644 --- a/src/mod/formats/mod_shout/mod_shout.c +++ b/src/mod/formats/mod_shout/mod_shout.c @@ -35,7 +35,11 @@ #include #include "mpg123.h" #include +#ifdef WIN32 +#include +#else #include +#endif #include #define OUTSCALE 8192 * 2