From: Anthony Minessale Date: Wed, 7 Dec 2011 11:16:43 +0000 (-0600) Subject: probably want this X-Git-Tag: v1.2-rc1~27^2~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4af665317df9c83ed1f21ff3fa610391fb2c758f;p=thirdparty%2Ffreeswitch.git probably want this --- diff --git a/src/mod/applications/mod_spandsp/mod_spandsp_modem.h b/src/mod/applications/mod_spandsp/mod_spandsp_modem.h index 7e89a9edc7..e98f71bfcc 100644 --- a/src/mod/applications/mod_spandsp/mod_spandsp_modem.h +++ b/src/mod/applications/mod_spandsp/mod_spandsp_modem.h @@ -31,7 +31,9 @@ * */ +#ifndef WIN32 #include "switch_private.h" +#endif #if defined(HAVE_OPENPTY) || defined(HAVE_DEV_PTMX) || defined(HAVE_POSIX_OPENPT) #define MODEM_SUPPORT 1 #if !defined(HAVE_POSIX_OPENPT) && !defined(HAVE_DEV_PTMX)