Skip to content

Commit bfdb979

Browse files
authored
Merge pull request libgit2#5237 from tiennou/fix/gssapi-cred
cred: add missing private header in GSSAPI block
2 parents aa407ca + 49a3289 commit bfdb979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transports/auth_negotiate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "git2.h"
1313
#include "buffer.h"
1414
#include "auth.h"
15+
#include "git2/sys/cred.h"
1516

1617
#include <gssapi.h>
1718
#include <krb5.h>

0 commit comments

Comments
 (0)