summaryrefslogtreecommitdiff
path: root/credentials.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2019-12-10 22:15:32 +0000
committerCarlos Martín Nieto <[email protected]>2019-12-10 22:15:32 +0000
commit97e6392d3ab67bbf3e3e59b86a0bc9ebf7430e98 (patch)
treee7e5259914f20617499933cbe7acf53af0fe237e /credentials.go
parent790b3d2ac014385a76e858bc21549be50c3ef7c8 (diff)
Adjust to libgit2 changes
Diffstat (limited to 'credentials.go')
-rw-r--r--credentials.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/credentials.go b/credentials.go
index 4e42b6e..766619c 100644
--- a/credentials.go
+++ b/credentials.go
@@ -2,6 +2,7 @@ package git
/*
#include <git2.h>
+#include <git2/sys/cred.h>
*/
import "C"
import "unsafe"