]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
probably want this
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 7 Dec 2011 11:16:43 +0000 (05:16 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 7 Dec 2011 11:16:43 +0000 (05:16 -0600)
src/mod/applications/mod_spandsp/mod_spandsp_modem.h

index 7e89a9edc76f849d81632d9993264ef5004c7514..e98f71bfcc57055684aec12da34b06133d0a543a 100644 (file)
@@ -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)