From bbd858935fad9a469b5b339948e1215b347b05c0 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 25 Jan 2024 20:29:14 +0100 Subject: build: homologize path handling Use consistent `e_somepath` names for expanded versions of `somepath`. Also remove all paths from `config.h` and put them into `lib/config_paths.h` - this is to make more obvious when someone is doing something probably not quite properly structured. Signed-off-by: David Lamparter --- lib/yang.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/yang.c') diff --git a/lib/yang.c b/lib/yang.c index ed855c849..b6884619d 100644 --- a/lib/yang.c +++ b/lib/yang.c @@ -13,6 +13,8 @@ #include "yang_translator.h" #include "northbound.h" +#include "lib/config_paths.h" + DEFINE_MTYPE_STATIC(LIB, YANG_MODULE, "YANG module"); DEFINE_MTYPE_STATIC(LIB, YANG_DATA, "YANG data structure"); -- cgit v1.2.3