Module: sip-router
Branch: master
Commit: 40944265f59fafe29dcc5040d8408ff1b935e817
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4094426…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Thu Aug 26 21:22:50 2010 +0200
nathelper(k): add missing mi.h include
---
modules_k/nathelper/nathelper.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules_k/nathelper/nathelper.c b/modules_k/nathelper/nathelper.c
index 2706d10..cf55d4b 100644
--- a/modules_k/nathelper/nathelper.c
+++ b/modules_k/nathelper/nathelper.c
@@ -210,6 +210,7 @@
#include "../../pt.h"
#include "../../timer_proc.h"
#include "../../lib/kmi/attr.h"
+#include "../../lib/kmi/mi.h"
#include "../../lib/kcore/km_ut.h"
#include "../../lib/kcore/parser_helpers.h"
#include "../../pvar.h"