Files
klara-ports/net/samba423/files/patch-lib_util_time.h
T
2026-05-11 15:47:06 +07:00

12 lines
227 B
C

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