packages/net/sysrepo/patches/009-fix_inclusion.patch
Lucian Cristian 14d4a5aeba sysrepo: update to 2.0.53
needed after libyang update
also drop python3-sysrepo as now is standalone

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-02-19 16:20:16 +00:00

11 lines
177 B
Diff

--- a/src/sysrepo_types.h
+++ b/src/sysrepo_types.h
@@ -19,6 +19,7 @@
#include <inttypes.h>
#include <stddef.h>
+#include <sys/stat.h>
struct lyd_node;
struct timespec;