[sr-dev] git:4.2: textops: include sdp_helpr_funcs.h to get rid of compile warning

Juha Heinanen jh at tutpro.com
Sun Oct 26 16:43:49 CET 2014


Module: sip-router
Branch: 4.2
Commit: 8107f39a866817e12dcd5ef5a95dc562fcf121a2
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8107f39a866817e12dcd5ef5a95dc562fcf121a2

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Juha Heinanen <jh at tutpro.com>
Date:   Sun Oct 26 16:32:13 2014 +0100

textops: include sdp_helpr_funcs.h to get rid of compile warning

- needed for use of get_mixed_part_delimiter()
- reported by Juha Heinanen
(cherry picked from commit 8608da35d224c70d2bd8cfc728f3d07e1ea7a3ce)

---

 modules/textops/textops.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/textops/textops.c b/modules/textops/textops.c
index 8bfef16..8e9bcb7 100644
--- a/modules/textops/textops.c
+++ b/modules/textops/textops.c
@@ -65,6 +65,7 @@
 #include "../../parser/parse_content.h"
 #include "../../parser/parse_param.h"
 #include "../../parser/sdp/sdp.h"
+#include "../../parser/sdp/sdp_helpr_funcs.h"
 #include "../../lib/kcore/parse_privacy.h"
 #include "../../msg_translator.h"
 #include "../../ut.h"




More information about the sr-dev mailing list