Module: sip-router Branch: master Commit: 13889dfc3274f86352c719276b52fd8a458c243f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=13889dfc3274f86352c719276b52fd8a458c243f
Author: Alexandr Dubovikov <[email protected]> Committer: Alexandr Dubovikov <[email protected]> Date: Mon Dec 31 00:27:22 2012 +0100 modules:siptrace changed include to hep.h --- modules_k/siptrace/siptrace.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules_k/siptrace/siptrace.c b/modules_k/siptrace/siptrace.c index 06111ab..0d36ba1 100644 --- a/modules_k/siptrace/siptrace.c +++ b/modules_k/siptrace/siptrace.c @@ -51,7 +51,7 @@ #include "../../str.h" #include "../../onsend.h" -#include "../../modules/sipcapture/sipcapture.h" +#include "../../modules/sipcapture/hep.h" #ifdef STATISTICS #include "../../lib/kcore/statistics.h" _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
