Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--reflog-walk.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a29392a12..07246f3d18 100644
--- a/Makefile
+++ b/Makefile
@@ -241,7 +241,7 @@ LIB_H = \
diff.h object.h pack.h pkt-line.h quote.h refs.h list-objects.h sideband.h \
run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h \
tree-walk.h log-tree.h dir.h path-list.h unpack-trees.h builtin.h \
- utf8.h
+ utf8.h reflog-walk.h
DIFF_OBJS = \
diff.o diff-lib.o diffcore-break.o diffcore-order.o \
diff --git a/reflog-walk.c b/reflog-walk.c
index 2d974116de..989a7aee95 100644
--- a/reflog-walk.c
+++ b/reflog-walk.c
@@ -4,6 +4,7 @@
#include "diff.h"
#include "revision.h"
#include "path-list.h"
+#include "reflog-walk.h"
struct complete_reflogs {
char *ref;