Module: sip-router Branch: janakj/kcore Commit: ebf293427e8e385ca8c03373c520b23073e627ea URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ebf29342...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Sun Mar 15 17:54:18 2009 +0100
Fix paths to headers in the sip-router core.
---
lib/kcore/parse_pai.c | 12 ++++++------ lib/kcore/parse_pai.h | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/lib/kcore/parse_pai.c b/lib/kcore/parse_pai.c index b047eb6..5cd580f 100644 --- a/lib/kcore/parse_pai.c +++ b/lib/kcore/parse_pai.c @@ -24,14 +24,14 @@ * \ingroup parser */
-#include "parse_from.h" -#include "parse_to.h" +#include "../../parser/parse_from.h" +#include "../../parser/parse_to.h" #include <stdlib.h> #include <string.h> -#include "../dprint.h" -#include "msg_parser.h" -#include "../ut.h" -#include "../mem/mem.h" +#include "../../dprint.h" +#include "../../parser/msg_parser.h" +#include "../../ut.h" +#include "../../mem/mem.h"
/*! * This method is used to parse P-Asserted-Identity header (RFC 3325). diff --git a/lib/kcore/parse_pai.h b/lib/kcore/parse_pai.h index f9af2fc..0f632e9 100644 --- a/lib/kcore/parse_pai.h +++ b/lib/kcore/parse_pai.h @@ -29,7 +29,8 @@ #ifndef PARSE_PAI_H #define PARSE_PAI_H
-#include "msg_parser.h" +#include "../../msg_parser.h" +#include "../../parser/parse_to.h"
/*! casting macro for accessing P-Asserted-Identity body */