Skip to content

Commit

Permalink
debugger: updated with relocation of lib/srutils to core/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 21, 2020
1 parent d88f9c0 commit 040286b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/modules/debugger/Makefile
Expand Up @@ -6,6 +6,4 @@ auto_gen=
NAME=debugger.so
LIBS=

SERLIBPATH=../../lib
SER_LIBS+=$(SERLIBPATH)/srutils/srutils
include ../../Makefile.modules
2 changes: 1 addition & 1 deletion src/modules/debugger/debugger_json.h
Expand Up @@ -23,7 +23,7 @@
#ifndef _DEBUGGER_JSON_H
#define _DEBUGGER_JSON_H

#include "../../lib/srutils/srjson.h"
#include "../../core/utils/srjson.h"
#include "../../core/route_struct.h"

int dbg_get_json(struct sip_msg* msg, unsigned int mask, srjson_doc_t *jdoc,
Expand Down

0 comments on commit 040286b

Please sign in to comment.