From 68bd3bbdd7f0d528c6576076bc3b53cf666d4bb0 Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Wed, 15 Oct 2014 17:10:35 +0200 Subject: Fix header name It turns out that some systems have a strings.h which includes string.h, which does not happen on GNU systems. --- remote.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote.go') diff --git a/remote.go b/remote.go index 132c069..266eb77 100644 --- a/remote.go +++ b/remote.go @@ -2,7 +2,7 @@ package git /* #include -#include +#include extern void _go_git_setup_callbacks(git_remote_callbacks *callbacks); -- cgit v1.2.3