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/plugins_exts.c b/src/plugins_exts.c index f5e3ce4..2bf6889 100644 --- a/src/plugins_exts.c +++ b/src/plugins_exts.c
@@ -14,6 +14,7 @@ #include "plugins_exts.h" +#include <stdint.h> #include <string.h> #include "common.h"