summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-03-07 10:25:38 +0100
committerAndrew Bartlett <abartlet@samba.org>2022-03-17 00:41:33 +0000
commit1f24724b24e04ee4ac1bdf44f83a4f4e19497856 (patch)
treeab9ce435702f0c78fcc46303ee8525ec52aa17a3 /auth
parent27dd3d9fca094e19803bc0b934ff4c873138eb6a (diff)
downloadsamba-1f24724b24e04ee4ac1bdf44f83a4f4e19497856.tar.gz
auth: Add required headers to auth_sam_reply.h
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Diffstat (limited to 'auth')
-rw-r--r--auth/auth_sam_reply.h4
1 files changed, 4 insertions, 0 deletions
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