summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2012-04-08 18:56:50 +0200
committerCarlos Martín Nieto <carlos@cmartin.tk>2012-04-12 20:25:25 +0200
commitbf787bd87c04e5213fc277c583970c52dea6781f (patch)
tree76f86443471198f605536827d5c2defafb3f71a5 /src
parentf9e4bfa39ba4042c107ee93a22fb0e50ef982d5b (diff)
downloadlibgit2-bf787bd87c04e5213fc277c583970c52dea6781f.tar.gz
Move git_merge_base() to is own header and document it
Diffstat (limited to 'src')
-rw-r--r--src/revwalk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/revwalk.c b/src/revwalk.c
index f5fdc4932..ac0414b1e 100644
--- a/src/revwalk.c
+++ b/src/revwalk.c
@@ -12,6 +12,7 @@
#include "pqueue.h"
#include "git2/revwalk.h"
+#include "git2/merge.h"
#include <regex.h>