Commit 49a3289e252eb47900e2a7c41cf909132104029a

Etienne Samson 2019-09-21T08:25:23

cred: add missing private header in GSSAPI block Should have been part of 8bf0f7eb26c65b2b937b1f40a384b9b269b0b76d

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/transports/auth_negotiate.c b/src/transports/auth_negotiate.c
index deb6c31..b7eb425 100644
--- a/src/transports/auth_negotiate.c
+++ b/src/transports/auth_negotiate.c
@@ -12,6 +12,7 @@
 #include "git2.h"
 #include "buffer.h"
 #include "auth.h"
+#include "git2/sys/cred.h"
 
 #include <gssapi.h>
 #include <krb5.h>