Fix build for custom transport users We should explicitly include the declaration of git_strarray from "include/git2/sys/transport.h"
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