From: Michael Jerris Date: Mon, 4 Apr 2016 18:41:13 +0000 (-0400) Subject: FS-8779: fix the include for Windows builds that point to in tree lib X-Git-Tag: v1.6.8~5^2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae2af2020c137813dd5799da53c8f4617dafeb9;p=thirdparty%2Ffreeswitch.git FS-8779: fix the include for Windows builds that point to in tree lib --- 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