summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorChristian Schlack <christian@backhub.co>2022-04-16 14:56:23 +0200
committerChristian Schlack <christian@backhub.co>2022-04-16 14:56:23 +0200
commita6fb41ff881df67fa3286a7be61a7e0d66831499 (patch)
tree3ed5d36daa2d41807691078c14e0776e4389927d /include/git2
parent63970244fb2d49794e7b5d268a2defe4299fd3ad (diff)
downloadlibgit2-a6fb41ff881df67fa3286a7be61a7e0d66831499.tar.gz
Fix missing include
Diffstat (limited to 'include/git2')
-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 f0c2a3eab..ba22e7472 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"