summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2017-11-25 11:35:50 +0000
committerGitHub <noreply@github.com>2017-11-25 11:35:50 +0000
commit364184acca0d993deaeb060197b595f7c49ea226 (patch)
treed6adaabd778bc03bc480b1b6c65d622170e5dc66
parentfa767daa34fc27fcf7956d312572d7ec9f462a77 (diff)
parentd439fb20bca3147582435d94b31f92e120afa267 (diff)
downloadlibgit2-364184acca0d993deaeb060197b595f7c49ea226.tar.gz
Merge pull request #4423 from apnadkarni/patch-1
Include git2/worktree.h in 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 bc4333cc9..5f6104ef7 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -62,5 +62,6 @@
#include "git2/tree.h"
#include "git2/types.h"
#include "git2/version.h"
+#include "git2/worktree.h"
#endif