commit | 8f702ee386159dbf13e73afcc98f8750afcfdfad | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Feb 20 15:44:24 2024 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Feb 20 15:51:49 2024 +0100 |
tree | f002d2952b8664174bb30d06003f82c1dca57bd1 | |
parent | a4d1dccebcdbe8ab6ce67963b56b9525d78af38f [diff] [blame] |
libyang UPDATE add prefix for common and config files To avoid include conflicts.
diff --git a/src/schema_compile_node.c b/src/schema_compile_node.c index a141286..7208c6a 100644 --- a/src/schema_compile_node.c +++ b/src/schema_compile_node.c
@@ -25,10 +25,10 @@ #include <stdlib.h> #include <string.h> -#include "common.h" #include "compat.h" #include "dict.h" #include "log.h" +#include "ly_common.h" #include "plugins.h" #include "plugins_internal.h" #include "plugins_types.h"