Commit bf28da47186b4f121e7bea026055b10105aaf994

Leo Yang 2015-10-30T14:12:19

Fix build for custom transport users We should explicitly include the declaration of git_strarray from "include/git2/sys/transport.h"

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/git2/sys/transport.h b/include/git2/sys/transport.h
index ca8617f..ce0234a 100644
--- a/include/git2/sys/transport.h
+++ b/include/git2/sys/transport.h
@@ -10,6 +10,7 @@
 
 #include "git2/net.h"
 #include "git2/types.h"
+#include "git2/strarray.h"
 
 /**
  * @file git2/sys/transport.h