Commit faa3c89bbc610ffa8c9e325ebd6e37c94c0169a4

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 867fbcb..e6ee3c6 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