Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2012-08-10 02:33:04 +0400
committerVicent Marti <tanoku@gmail.com>2012-08-10 02:33:04 +0400
commitc07d9c95f2ee277e12dc379c3054411cd3d2958e (patch)
tree5d84e5fbca98989e9a2fc01161a3456c3114672b /src/cache.c
parentd7b3dab958dc004d7ed1d338d04c67759d578748 (diff)
oid: Explicitly include `oid.h` for the inlined CMP
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cache.c b/src/cache.c
index f8d89403b..3aa14f012 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -11,6 +11,7 @@
#include "thread-utils.h"
#include "util.h"
#include "cache.h"
+#include "git2/oid.h"
int git_cache_init(git_cache *cache, size_t size, git_cached_obj_freeptr free_ptr)
{