mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Rename to avoid confusion, port is stable - Update MOVED - Update security/sssd/Makefile with name change
11 lines
311 B
C
11 lines
311 B
C
--- src/providers/ad/ad_pac.h.orig 2023-06-05 04:04:46 UTC
|
|
+++ src/providers/ad/ad_pac.h
|
|
@@ -32,6 +32,8 @@
|
|
#ifdef ldb_val
|
|
#error Please make sure to include ad_pac.h before ldb.h
|
|
#endif
|
|
+#include <unistd.h>
|
|
+#include <time.h>
|
|
#include <ndr.h>
|
|
#include <gen_ndr/krb5pac.h>
|
|
#include <gen_ndr/ndr_krb5pac.h>
|