]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
OPENZAP-164 --resolve
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Mon, 19 Dec 2011 12:38:37 +0000 (07:38 -0500)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Mon, 19 Dec 2011 12:38:37 +0000 (07:38 -0500)
I think this will be fine for the moment.  Thanks

libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.h

index a095b0d57ee025834eeb81bccaaebe4ab225132e..17267856d4a07f87aef4faea32fb7c07244ac63a 100644 (file)
 #include "private/ftdm_core.h"
 #include "ftmod_sangoma_isdn_user.h"
 
+#ifdef WIN32
+#include <sng_isdn.h>
+#else
 #include <sng_isdn/sng_isdn.h>
+#endif
 
 /* Theoretical limit for MAX_SPANS_PER_NFAS_LINK is 31,
    but set to 8 for now to save some memory */