diff options
author | Vicent Martà <vicent@github.com> | 2013-04-22 04:06:11 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2013-04-22 04:06:11 -0700 |
commit | f063a75882769cb6fc652de425ac16ba4b88b616 (patch) | |
tree | 8c9f02ac9b2e46846367098d3b6328c01cac7781 /src/odb_pack.c | |
parent | bfb4facb3a5e0b650811560fc49d27247fd9d85d (diff) | |
parent | 21ca045100337bcb2905a20a72d42721d18871f9 (diff) | |
download | libgit2-f063a75882769cb6fc652de425ac16ba4b88b616.tar.gz |
Merge pull request #1485 from libgit2/include-git2-sys
Create include/git2/sys and move backend APIs there
Diffstat (limited to 'src/odb_pack.c')
-rw-r--r-- | src/odb_pack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/odb_pack.c b/src/odb_pack.c index 7240a4ac7..773e14974 100644 --- a/src/odb_pack.c +++ b/src/odb_pack.c @@ -8,7 +8,8 @@ #include "common.h" #include <zlib.h> #include "git2/repository.h" -#include "git2/oid.h" +#include "git2/indexer.h" +#include "git2/sys/odb_backend.h" #include "fileops.h" #include "hash.h" #include "odb.h" |