1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

s4-schannel: try to fix the build.

Guenther
This commit is contained in:
Günther Deschner 2009-09-16 01:07:26 +02:00
parent 1f4123677e
commit 1a21db8ea1

View File

@ -21,7 +21,6 @@
*/
#include "libcli/auth/libcli_auth.h"
#include "auth/gensec/schannel_proto.h"
#include "auth/gensec/schannel_state.h"
#include "libcli/auth/schannel_state.h"
@ -37,3 +36,4 @@ struct schannel_state {
struct netlogon_creds_CredentialState *creds;
};
#include "auth/gensec/schannel_proto.h"