diff options
author | Günther Deschner <gd@samba.org> | 2009-08-26 15:08:32 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-08-27 15:55:18 +0200 |
commit | 699266920b23fd9ea6079d8ae8e4682bb5141f0d (patch) | |
tree | 2b59bc0a5e8e88e89474238b0d2851264b3e170a /libcli/auth/libcli_auth.h | |
parent | 5a1577884819ccaa21741beb6765819cf640cdc9 (diff) | |
download | samba-699266920b23fd9ea6079d8ae8e4682bb5141f0d.tar.gz |
libcli/auth: move netlogon_creds_CredentialState out of libcli.
Guenther
Diffstat (limited to 'libcli/auth/libcli_auth.h')
-rw-r--r-- | libcli/auth/libcli_auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/auth/libcli_auth.h b/libcli/auth/libcli_auth.h index be43007d850..388694a63d6 100644 --- a/libcli/auth/libcli_auth.h +++ b/libcli/auth/libcli_auth.h @@ -19,6 +19,7 @@ #include "librpc/gen_ndr/netlogon.h" #include "librpc/gen_ndr/wkssvc.h" +#include "librpc/gen_ndr/schannel.h" #include "libcli/auth/credentials.h" #include "libcli/auth/ntlm_check.h" #include "libcli/auth/proto.h" |