ports/net/samba416/files/patch-lib_util_time.h
2025-06-03 09:41:51 +03:00

10 lines
250 B
C

--- lib/util/time.h.orig 2022-01-24 10:26:58 UTC
+++ lib/util/time.h
@@ -27,6 +27,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <talloc.h>
+#include <sys/types.h>
#ifndef TIME_T_MIN
/* we use 0 here, because (time_t)-1 means error */