Module: sip-router Branch: master Commit: 773e3c37cfeefc679f64cac7e99f0e74072457e4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=773e3c37cfeefc679f64cac7e99f0e74072457e4
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: Thu Aug 14 11:14:44 2014 +0200 pv: updated include paths to sha256 wrapper functions --- modules/pv/Makefile | 1 + modules/pv/pv_trans.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/modules/pv/Makefile b/modules/pv/Makefile index c71c959..1a199ff 100644 --- a/modules/pv/Makefile +++ b/modules/pv/Makefile @@ -15,4 +15,5 @@ DEFS+=-DKAMAILIO_MOD_INTERFACE SERLIBPATH=../../lib SER_LIBS+=$(SERLIBPATH)/kmi/kmi SER_LIBS+=$(SERLIBPATH)/kcore/kcore +SER_LIBS+=$(SERLIBPATH)/srutils/srutils include ../../Makefile.modules diff --git a/modules/pv/pv_trans.c b/modules/pv/pv_trans.c index 0ee858d..96516f5 100644 --- a/modules/pv/pv_trans.c +++ b/modules/pv/pv_trans.c @@ -47,6 +47,7 @@ #include "../../parser/parse_nameaddr.h" #include "../../lib/kcore/strcommon.h" +#include "../../lib/srutils/shautils.h" #include "pv_trans.h" _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
