summaryrefslogtreecommitdiff
path: root/src/refs.c
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2012-08-09 15:33:04 -0700
committerVicent Marti <tanoku@gmail.com>2012-08-09 15:33:04 -0700
commitc07d9c95f2ee277e12dc379c3054411cd3d2958e (patch)
tree5d84e5fbca98989e9a2fc01161a3456c3114672b /src/refs.c
parentd7b3dab958dc004d7ed1d338d04c67759d578748 (diff)
downloadlibgit2-c07d9c95f2ee277e12dc379c3054411cd3d2958e.tar.gz
oid: Explicitly include `oid.h` for the inlined CMP
Diffstat (limited to 'src/refs.c')
-rw-r--r--src/refs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/refs.c b/src/refs.c
index c602d1b18..cf55a6fd5 100644
--- a/src/refs.c
+++ b/src/refs.c
@@ -14,6 +14,7 @@
#include <git2/tag.h>
#include <git2/object.h>
+#include <git2/oid.h>
GIT__USE_STRMAP;