Commit bfdb979397c3d8c30c5f871883b48b59604200b5

Patrick Steinhardt 2019-09-21T14:54:18

Merge pull request #5237 from tiennou/fix/gssapi-cred cred: add missing private header in GSSAPI block

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>