commit | c5a228394b8557909c5eaff184e6a99032a8ed1e | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Aug 20 13:21:33 2020 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Aug 20 13:21:33 2020 +0200 |
tree | 9f305f8aa35f863dc59decad1b87b1667e02c9a9 | |
parent | b7be7a83d47c6a349b4d12b92950d6744fc15fc8 [diff] [blame] |
libyang REFACTOR config.h code split ... into compat.h and version.h.
diff --git a/src/tree_schema_helpers.c b/src/tree_schema_helpers.c index 8500b55..e6f4d3b 100644 --- a/src/tree_schema_helpers.c +++ b/src/tree_schema_helpers.c
@@ -21,8 +21,8 @@ #include <string.h> #include <time.h> +#include "compat.h" #include "common.h" -#include "config.h" #include "context.h" #include "hash_table.h" #include "log.h"