commit | 47fab8992d08fe2b7694533fe524aa1a8b0bfa1b | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu Nov 05 17:02:41 2020 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Fri Nov 06 12:49:08 2020 +0100 |
tree | d24396309d17b67d50c3bd4716a8f29a812011bf | |
parent | d78572632bbc40c948a94980f74027382d2b65c7 [diff] [blame] |
libyang CHANGE review header includes The plugins_types.h was supposed only for implementing data type plugins code, so I've removed it from libyang.h (now it is supposed to be included explicitly).
diff --git a/src/tree_data_helpers.c b/src/tree_data_helpers.c index 7c03e49..5a0d98f 100644 --- a/src/tree_data_helpers.c +++ b/src/tree_data_helpers.c
@@ -19,6 +19,7 @@ #include "common.h" #include "context.h" +#include "dict.h" #include "hash_table.h" #include "log.h" #include "lyb.h"