packages/net/sysrepo/patches/009-fix_inclusion.patch
Lucian Cristian 6048971467 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>
2021-11-12 11:02:56 -08:00

10 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;