s4:auth: Include missing headers
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 21 Sep 2023 03:14:55 +0000 (15:14 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Sep 2023 02:43:28 +0000 (02:43 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/session.h

index 0e52c6b1932c9c0c32e2336145fc518a2bec73bc..4a2bb182513c8540612203e9f9fb9475b6c3b03a 100644 (file)
 #ifndef _SAMBA_AUTH_SESSION_H
 #define _SAMBA_AUTH_SESSION_H
 
+#include "lib/util/data_blob.h"
 #include "librpc/gen_ndr/security.h"
+#include "libcli/util/werror.h"
+#include "lib/util/time.h"
 #include "librpc/gen_ndr/netlogon.h"
 #include "librpc/gen_ndr/auth.h"
 
+struct loadparm_context;
 struct tevent_context;
 struct ldb_context;
 struct ldb_dn;