summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Yang <lyang@topologyinc.com>2015-10-30 14:12:19 -0400
committerLeo Yang <lyang@topologyinc.com>2015-10-30 14:17:11 -0400
commitbf28da47186b4f121e7bea026055b10105aaf994 (patch)
treef645d0ffcf4e16c8dea8089f433b224c155fb9a6
parente0be1d605f6a219b07bc3eaa8541318074c986b6 (diff)
downloadlibgit2-bf28da47186b4f121e7bea026055b10105aaf994.tar.gz
Fix build for custom transport users
We should explicitly include the declaration of git_strarray from "include/git2/sys/transport.h"
-rw-r--r--include/git2/sys/transport.h1
1 files changed, 1 insertions, 0 deletions
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