Merge pull request #5237 from tiennou/fix/gssapi-cred cred: add missing private header in GSSAPI block
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>