0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-07 03:55:33 +00:00
Files
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

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;