Commit a6fb41ff881df67fa3286a7be61a7e0d66831499

Christian Schlack 2022-04-16T14:56:23

Fix missing include

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 f0c2a3e..ba22e74 100644
--- a/include/git2/sys/transport.h
+++ b/include/git2/sys/transport.h
@@ -9,6 +9,7 @@
 #define INCLUDE_sys_git_transport_h
 
 #include "git2/net.h"
+#include "git2/remote.h"
 #include "git2/transport.h"
 #include "git2/types.h"
 #include "git2/strarray.h"