From bf28da47186b4f121e7bea026055b10105aaf994 Mon Sep 17 00:00:00 2001 From: Leo Yang Date: Fri, 30 Oct 2015 14:12:19 -0400 Subject: [PATCH] Fix build for custom transport users We should explicitly include the declaration of git_strarray from "include/git2/sys/transport.h" --- include/git2/sys/transport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/git2/sys/transport.h b/include/git2/sys/transport.h index ca8617f3f..ce0234a18 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