[sr-dev] git:master: textops: include sdp_helpr_funcs. h to get rid of compile warning
Daniel-Constantin Mierla
miconda at gmail.com
Sun Oct 26 16:33:30 CET 2014
Module: sip-router
Branch: master
Commit: 8608da35d224c70d2bd8cfc728f3d07e1ea7a3ce
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8608da35d224c70d2bd8cfc728f3d07e1ea7a3ce
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.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
---
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