summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-03-01 22:15:20 +0200
committerVicent Marti <tanoku@gmail.com>2011-03-01 22:15:20 +0200
commit5cfd9ce46286fc3ff3fa8ed278be8a681155cab8 (patch)
tree6296a8fd8f936537c1c3bc49298d17716198d621
parentfc70832a4fe26e3a237876a865e723fb7f4cc79d (diff)
downloadlibgit2-5cfd9ce46286fc3ff3fa8ed278be8a681155cab8.tar.gz
Add missing include to odb_backends.h
Signed-off-by: Vicent Marti <tanoku@gmail.com>
-rw-r--r--src/git2/odb_backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/git2/odb_backend.h b/src/git2/odb_backend.h
index 9cdd358ee..0e817eb37 100644
--- a/src/git2/odb_backend.h
+++ b/src/git2/odb_backend.h
@@ -28,6 +28,7 @@
#include "common.h"
#include "types.h"
#include "oid.h"
+#include "odb.h"
/**
* @file git2/backend.h