summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Yang <lyang@topologyinc.com>2015-10-30 14:12:19 -0400
committerCarlos Martín Nieto <cmn@dwim.me>2015-11-04 17:15:31 -0800
commitfaa3c89bbc610ffa8c9e325ebd6e37c94c0169a4 (patch)
treea91ec72945a644e622022d716797e1dd81e39c55
parent50225df61a261cd70123ee0d75e187c3b24061c2 (diff)
downloadlibgit2-faa3c89bbc610ffa8c9e325ebd6e37c94c0169a4.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 867fbcbce..e6ee3c654 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