]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: Include missing headers
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 8 May 2023 01:16:10 +0000 (13:16 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 18 May 2023 01:03:37 +0000 (01:03 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/samba_kdc.h

index 5d73c5bbb9dfd13563ea8f8d66c4df699fb06336..c183e04eca71b3100fdf35747c9e4c5f85cbd5f6 100644 (file)
 #ifndef _SAMBA_KDC_H_
 #define _SAMBA_KDC_H_
 
+#include "lib/replace/replace.h"
+#include "system/time.h"
+#include "libcli/util/ntstatus.h"
+
 struct samba_kdc_policy {
        time_t svc_tkt_lifetime;
        time_t usr_tkt_lifetime;