summaryrefslogtreecommitdiffstats
path: root/auth
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-05-22 10:36:41 +0200
committerJeremy Allison <jra@samba.org>2014-11-14 23:27:05 +0100
commite36de873e9fff543aefa06ee046dabd3d9b03c72 (patch)
tree422f31947f02eeaf8afc43bbfaa03a67f1fb23b6 /auth
parent6f6d2c7a4f732673d545cf03bffe658fd3172410 (diff)
downloadsamba-e36de873e9fff543aefa06ee046dabd3d9b03c72.tar.gz
samba-e36de873e9fff543aefa06ee046dabd3d9b03c72.tar.xz
samba-e36de873e9fff543aefa06ee046dabd3d9b03c72.zip
auth: add missing includes to auth/wbc_auth_util.c
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'auth')
-rw-r--r--auth/wbc_auth_util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/wbc_auth_util.c b/auth/wbc_auth_util.c
index ebd24a967a..1c50b183f2 100644
--- a/auth/wbc_auth_util.c
+++ b/auth/wbc_auth_util.c
@@ -21,6 +21,8 @@
#include "libcli/security/security.h"
#include "librpc/gen_ndr/netlogon.h"
#include "nsswitch/libwbclient/wbclient.h"
+#include "librpc/gen_ndr/auth.h"
+#include "auth/auth_sam_reply.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_AUTH