fix for travisci
This commit is contained in:
parent
fc70808cb7
commit
cbc81246af
1
refdb.go
1
refdb.go
|
@ -3,6 +3,7 @@ package git
|
||||||
/*
|
/*
|
||||||
#include <git2.h>
|
#include <git2.h>
|
||||||
#include <git2/errors.h>
|
#include <git2/errors.h>
|
||||||
|
#include <git2/sys/refdb_backend.h>
|
||||||
|
|
||||||
extern void _go_git_refdb_backend_free(git_refdb_backend *backend);
|
extern void _go_git_refdb_backend_free(git_refdb_backend *backend);
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue