summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--remote.go2
1 files changed, 1 insertions, 1 deletions
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 <git2.h>
-#include <strings.h>
+#include <string.h>
extern void _go_git_setup_callbacks(git_remote_callbacks *callbacks);