Browse Source

pv: updated include paths to sha256 wrapper functions

Daniel-Constantin Mierla 11 years ago
parent
commit
773e3c37cf
2 changed files with 2 additions and 0 deletions
  1. 1 0
      modules/pv/Makefile
  2. 1 0
      modules/pv/pv_trans.c

+ 1 - 0
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

+ 1 - 0
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"