Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
object-store: move object access functions to object-store.h
[gitweb.git]
/
builtin
/
difftool.c
diff --git
a/builtin/difftool.c
b/builtin/difftool.c
index ee8dce019e1ca04111de185b5f47c12076b32a0c..df7e75f797bdc791ff93b2ed10ff8d105f6db569 100644
(file)
--- a/
builtin/difftool.c
+++ b/
builtin/difftool.c
@@
-20,6
+20,7
@@
#include "argv-array.h"
#include "strbuf.h"
#include "lockfile.h"
+#include "object-store.h"
#include "dir.h"
static char *diff_gui_tool;