summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2017-11-25 15:48:03 +0530
committerGitHub <noreply@github.com>2017-11-25 15:48:03 +0530
commitd439fb20bca3147582435d94b31f92e120afa267 (patch)
treed6adaabd778bc03bc480b1b6c65d622170e5dc66
parentfa767daa34fc27fcf7956d312572d7ec9f462a77 (diff)
downloadlibgit2-d439fb20bca3147582435d94b31f92e120afa267.tar.gz
Include git2/worktree.h in git2.h
I'm not sure if worktree.h was intentionally left out of git2.h. Looks like an oversight since it is in fact documented.
-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