Fix header name

It turns out that some systems have a strings.h which includes string.h,
which does not happen on GNU systems.
This commit is contained in:
Carlos Martín Nieto 2014-10-15 17:10:35 +02:00
parent c77c8f6fb9
commit 68bd3bbdd7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package git
/*
#include <git2.h>
#include <strings.h>
#include <string.h>
extern void _go_git_setup_callbacks(git_remote_callbacks *callbacks);