summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-09-30 16:27:53 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-09-30 16:27:53 +0200
commit5451754d4604daf88abb2069b061be402b3839a7 (patch)
tree02996ca311993dd326f8c017b40e68a12215374c /include/git2.h
parent44802c551e83c4c80295d6d246b933f5efa39041 (diff)
downloadlibgit2-5451754d4604daf88abb2069b061be402b3839a7.tar.gz
Include git2/odb_backend.h in git2.h
Since this isn't under sys/ we need to have it included in the main git2.h file. This fixes #2551.
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 f74976061..d84353955 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -32,6 +32,7 @@
#include "git2/notes.h"
#include "git2/object.h"
#include "git2/odb.h"
+#include "git2/odb_backend.h"
#include "git2/oid.h"
#include "git2/pack.h"
#include "git2/patch.h"