diff options
author | Vicent Marti <tanoku@gmail.com> | 2012-08-09 15:33:04 -0700 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2012-08-09 15:33:04 -0700 |
commit | c07d9c95f2ee277e12dc379c3054411cd3d2958e (patch) | |
tree | 5d84e5fbca98989e9a2fc01161a3456c3114672b /src/cache.c | |
parent | d7b3dab958dc004d7ed1d338d04c67759d578748 (diff) | |
download | libgit2-c07d9c95f2ee277e12dc379c3054411cd3d2958e.tar.gz |
oid: Explicitly include `oid.h` for the inlined CMP
Diffstat (limited to 'src/cache.c')
-rw-r--r-- | src/cache.c | 1 |
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) { |