[sr-dev] git:master:bef6dd6b: tcpops: include header for faked message to get rid of compile warnings

Daniel-Constantin Mierla miconda at gmail.com
Mon Jan 4 23:12:03 CET 2016


Module: kamailio
Branch: master
Commit: bef6dd6bb52921a703db295ff7736ea5a8ad212e
URL: https://github.com/kamailio/kamailio/commit/bef6dd6bb52921a703db295ff7736ea5a8ad212e

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-01-04T23:10:01+01:00

tcpops: include header for faked message to get rid of compile warnings

- warnings resulted after the commit for event_route[tcp:closed]

---

Modified: modules/tcpops/tcpops.c

---

Diff:  https://github.com/kamailio/kamailio/commit/bef6dd6bb52921a703db295ff7736ea5a8ad212e.diff
Patch: https://github.com/kamailio/kamailio/commit/bef6dd6bb52921a703db295ff7736ea5a8ad212e.patch

---

diff --git a/modules/tcpops/tcpops.c b/modules/tcpops/tcpops.c
index d89e01a..b407e13 100644
--- a/modules/tcpops/tcpops.c
+++ b/modules/tcpops/tcpops.c
@@ -31,6 +31,7 @@
 #include "../../globals.h"
 #include "../../pass_fd.h"
 #include "../../timer.h"
+#include "../../fmsg.h"
 #include "../../sr_module.h"
 
 /**




More information about the sr-dev mailing list