Commit 76319fa8c6ce2661d04dcd4e6ceb049e294025a1

Edward Thomson 2015-11-02T15:04:26

Merge pull request #3495 from leoyanggit/fix_transport_build Fix build for custom transport users

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 ca8617f..ce0234a 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