summaryrefslogtreecommitdiff
path: root/src/libgit2/transports/auth_negotiate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgit2/transports/auth_negotiate.h')
-rw-r--r--src/libgit2/transports/auth_negotiate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgit2/transports/auth_negotiate.h b/src/libgit2/transports/auth_negotiate.h
index 34aff295b..4360785c5 100644
--- a/src/libgit2/transports/auth_negotiate.h
+++ b/src/libgit2/transports/auth_negotiate.h
@@ -12,7 +12,7 @@
#include "git2.h"
#include "auth.h"
-#if defined(GIT_GSSAPI) || defined(GIT_GSSFRAMEWORK)
+#if defined(GIT_GSSAPI) || defined(GIT_GSSFRAMEWORK) || defined(GIT_WIN32)
extern int git_http_auth_negotiate(
git_http_auth_context **out,