From: Joseph Sutton Date: Thu, 21 Sep 2023 03:14:55 +0000 (+1200) Subject: s4:auth: Include missing headers X-Git-Tag: tevent-0.16.0~349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58aa8d99c4f33b26d0bcb809d0cae1de1435219a;p=thirdparty%2Fsamba.git s4:auth: Include missing headers Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/auth/session.h b/source4/auth/session.h index 0e52c6b1932..4a2bb182513 100644 --- a/source4/auth/session.h +++ b/source4/auth/session.h @@ -21,10 +21,14 @@ #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;