diff options
author | Günther Deschner <gd@samba.org> | 2011-03-25 02:28:05 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
commit | 7e73214ebf614a1f876bf80d374c1e1bc9379981 (patch) | |
tree | 2542a6af269eccf6df70ee3fe044d5fbe2b8e43b /source3/auth/auth_ntlmssp.c | |
parent | 1b6767d26218eaf85ec7af9281c6674bab36ce3f (diff) | |
download | samba-7e73214ebf614a1f876bf80d374c1e1bc9379981.tar.gz samba-7e73214ebf614a1f876bf80d374c1e1bc9379981.tar.xz samba-7e73214ebf614a1f876bf80d374c1e1bc9379981.zip |
s3-auth: use auth.h where needed.
Guenther
Diffstat (limited to 'source3/auth/auth_ntlmssp.c')
-rw-r--r-- | source3/auth/auth_ntlmssp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c index 7ec423ce00..ae29c30570 100644 --- a/source3/auth/auth_ntlmssp.c +++ b/source3/auth/auth_ntlmssp.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "auth.h" #include "../libcli/auth/ntlmssp.h" #include "ntlmssp_wrap.h" #include "../librpc/gen_ndr/netlogon.h" |