Module: sip-router Branch: janakj/kcore Commit: 54e0101a3ef3502d24b9cd7e45f50ba69b850f50 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=54e0101a...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Sun Mar 15 17:57:29 2009 +0100
Fixing the path to headers in the sip-router core.
---
lib/kcore/parse_ppi.c | 14 +++++++------- lib/kcore/parse_ppi.h | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/lib/kcore/parse_ppi.c b/lib/kcore/parse_ppi.c index 791c3aa..5857709 100644 --- a/lib/kcore/parse_ppi.c +++ b/lib/kcore/parse_ppi.c @@ -27,15 +27,15 @@ */
#include "parse_ppi.h" -#include "parse_to.h" -#include "parse_uri.h" +#include "../../parser/parse_to.h" +#include "../../parser/parse_uri.h" #include <stdlib.h> #include <string.h> -#include "../dprint.h" -#include "msg_parser.h" -#include "../ut.h" -#include "../errinfo.h" -#include "../mem/mem.h" +#include "../../dprint.h" +#include "../../parser/msg_parser.h" +#include "../../ut.h" +#include "errinfo.h" +#include "../../mem/mem.h"
/*! diff --git a/lib/kcore/parse_ppi.h b/lib/kcore/parse_ppi.h index ff0d26c..cb276b3 100644 --- a/lib/kcore/parse_ppi.h +++ b/lib/kcore/parse_ppi.h @@ -30,7 +30,8 @@ #ifndef PARSE_PPI_H #define PARSE_PPI_H
-#include "msg_parser.h" +#include "../../parser/msg_parser.h" +#include "../../parser/parse_to.h"
/*! casting macro for accessing P-Preferred-Identity body */