Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2012-11-01 20:15:29 +0400
committerVicent Martí <vicent@github.com>2012-11-01 20:15:29 +0400
commit7ae73e94dbbb4249f26dd5d0a21d25e1dc4667ca (patch)
tree167eecfed309accc2b2e5568c13ec3f715cb46b5 /include/git2.h
parent003808b38cd09dab8748f93bb44a0df9aca6820c (diff)
parentff830366ea611c9285a23432edebc16ff6a3d436 (diff)
Merge pull request #1030 from pwkelley/transports
Reorganize transport architecture
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h
index 3bb2fce11..501128c43 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -36,6 +36,7 @@
#include "git2/index.h"
#include "git2/config.h"
+#include "git2/transport.h"
#include "git2/remote.h"
#include "git2/clone.h"
#include "git2/checkout.h"