Module: sip-router
Branch: pd/outbound
Commit: 19ff7249507118ddfcf34e8dd02407ae3663314f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=19ff724…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Thu Mar 14 21:52:33 2013 +0000
modules/sst: updated path to parse_supported.h
---
modules/sst/sst_handlers.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/sst/sst_handlers.c b/modules/sst/sst_handlers.c
index 20632ed..2a7b007 100644
--- a/modules/sst/sst_handlers.c
+++ b/modules/sst/sst_handlers.c
@@ -55,7 +55,7 @@
#include "../../pvar.h"
#include "../../lib/kcore/parse_sst.h"
-#include "../../lib/kcore/parse_supported.h"
+#include "../../parser/parse_supported.h"
#include "../../mem/mem.h"
#include "../../mem/shm_mem.h"
#include "../../data_lump.h"