[sr-dev] git:master: pv: updated include paths to sha256 wrapper functions

Daniel-Constantin Mierla miconda at gmail.com
Thu Aug 14 11:16:23 CEST 2014


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 <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
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"
 
 




More information about the sr-dev mailing list