Module: kamailio Branch: master Commit: bef6dd6bb52921a703db295ff7736ea5a8ad212e URL: https://github.com/kamailio/kamailio/commit/bef6dd6bb52921a703db295ff7736ea5...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/bef6dd6bb52921a703db295ff7736ea5... Patch: https://github.com/kamailio/kamailio/commit/bef6dd6bb52921a703db295ff7736ea5...
---
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"
/**