add sysrepo
[feed/packages.git] / net / sysrepo / patches / 003-missing-time-header
1 Index: sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf/inc/sysrepo.h
2 ===================================================================
3 --- sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf.orig/inc/sysrepo.h
4 +++ sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf/inc/sysrepo.h
5 @@ -51,6 +51,7 @@
6 * @ref xp_page "XPath Addressing" is used for node identification in data-related calls.
7 */
8
9 +#include <time.h>
10 #include <stdbool.h>
11 #include <stdint.h>
12 #include <stdlib.h>