Module: sip-router
Branch: janakj/kcore
Commit: cec40bc490b3ef6c0a8d5dcbf7ef6f72911de7fb
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cec40bc…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Mar 16 01:36:01 2009 +0100
Fix path to msg_parser.h
---
lib/kcore/parse_pai.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/kcore/parse_pai.h b/lib/kcore/parse_pai.h
index 0f632e9..3f6c016 100644
--- a/lib/kcore/parse_pai.h
+++ b/lib/kcore/parse_pai.h
@@ -29,7 +29,7 @@
#ifndef PARSE_PAI_H
#define PARSE_PAI_H
-#include "../../msg_parser.h"
+#include "../../parser/msg_parser.h"
#include "../../parser/parse_to.h"