summaryrefslogtreecommitdiff
path: root/src/diff.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/diff.c
parentd7b3dab958dc004d7ed1d338d04c67759d578748 (diff)
downloadlibgit2-c07d9c95f2ee277e12dc379c3054411cd3d2958e.tar.gz
oid: Explicitly include `oid.h` for the inlined CMP
Diffstat (limited to 'src/diff.c')
-rw-r--r--src/diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/diff.c b/src/diff.c
index 2b1529d63..a5bf07a65 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -6,6 +6,7 @@
*/
#include "common.h"
#include "git2/diff.h"
+#include "git2/oid.h"
#include "diff.h"
#include "fileops.h"
#include "config.h"