Pushed patch

This commit is contained in:
2026-05-11 15:47:06 +07:00
parent 4e463963c9
commit 5879165715
56 changed files with 6648 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
--- lib/util/time.h.orig 2025-12-12 13:34:55 UTC
+++ lib/util/time.h
@@ -24,6 +24,8 @@
#ifndef _SAMBA_TIME_H_
#define _SAMBA_TIME_H_
+#include <sys/types.h>
+
#include <stdbool.h>
#include <stdint.h>
#include <talloc.h>