From: Mike Jerris Date: Tue, 4 Oct 2016 18:56:05 +0000 (-0400) Subject: FS-9603: include ssl headers locally so modules don't need ssl include path X-Git-Tag: v1.8.0~1221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1870d148ed24bbe39721388ef950f743143812a0;p=thirdparty%2Ffreeswitch.git FS-9603: include ssl headers locally so modules don't need ssl include path --- diff --git a/src/include/switch_msrp.h b/src/include/switch_msrp.h index 56a15fdec5..7e23325862 100644 --- a/src/include/switch_msrp.h +++ b/src/include/switch_msrp.h @@ -33,7 +33,6 @@ #define _MSRP_H #include -#include #define MSRP_LISTEN_PORT 2855 #define MSRP_SSL_LISTEN_PORT 2856 diff --git a/src/switch_msrp.c b/src/switch_msrp.c index 8e2a968116..757a2d402e 100644 --- a/src/switch_msrp.c +++ b/src/switch_msrp.c @@ -30,6 +30,7 @@ */ #include +#include #include #define MSRP_BUFF_SIZE SWITCH_RTP_MAX_BUF_LEN