summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-09-25 14:47:32 -0700
committerBen Straub <bs@github.com>2013-09-25 14:47:32 -0700
commit41dd999d12946ca2085ad315e9c5e8e57cc4e4f6 (patch)
tree0f9b3f7beefa40809a913e1e215b75dfe5a87115 /include/git2.h
parentf7db1b6f26837b44a5cb8956c23bbbdff28ba4f7 (diff)
parentac316e743878908df762cc0ea07a71cbee5c5802 (diff)
downloadlibgit2-41dd999d12946ca2085ad315e9c5e8e57cc4e4f6.tar.gz
Merge branch 'development' into blame
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h
index 3e922c97b..7bcb9c9cd 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -59,4 +59,7 @@
#include "git2/pathspec.h"
#include "git2/blame.h"
+#include "git2/buffer.h"
+#include "git2/filter.h"
+
#endif