summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"