From: Andreas Schneider Date: Mon, 7 Mar 2022 09:25:38 +0000 (+0100) Subject: auth: Add required headers to auth_sam_reply.h X-Git-Tag: tevent-0.12.0~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f24724b24e04ee4ac1bdf44f83a4f4e19497856;p=thirdparty%2Fsamba.git auth: Add required headers to auth_sam_reply.h Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett Reviewed-by: Joseph Sutton --- diff --git a/auth/auth_sam_reply.h b/auth/auth_sam_reply.h index e4b26e961d7..d8a30c6b36f 100644 --- a/auth/auth_sam_reply.h +++ b/auth/auth_sam_reply.h @@ -23,6 +23,10 @@ #ifndef __AUTH_AUTH_SAM_REPLY_H__ #define __AUTH_AUTH_SAM_REPLY_H__ +#include "libcli/util/ntstatus.h" +#include "libcli/util/werror.h" +#include "librpc/gen_ndr/auth.h" + #undef _PRINTF_ATTRIBUTE #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) /* this file contains prototypes for functions that are private