summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-16 01:07:26 +0200
committerGünther Deschner <gd@samba.org>2009-09-16 01:07:26 +0200
commit1a21db8ea11b3f07b007fe0cb48ff08b1ce75ba0 (patch)
treebe91b27e6cd76491584b612f6b2b9c53266b79c5 /source4/auth
parent1f4123677e509f4479b87c0a9c20abdc556890b1 (diff)
downloadsamba-1a21db8ea11b3f07b007fe0cb48ff08b1ce75ba0.tar.gz
samba-1a21db8ea11b3f07b007fe0cb48ff08b1ce75ba0.tar.bz2
samba-1a21db8ea11b3f07b007fe0cb48ff08b1ce75ba0.zip
s4-schannel: try to fix the build.
Guenther
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/gensec/schannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/schannel.h b/source4/auth/gensec/schannel.h
index 461f6ba2ff..1ec605e524 100644
--- a/source4/auth/gensec/schannel.h
+++ b/source4/auth/gensec/schannel.h
@@ -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"