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:
authorJunio C Hamano <junkio@cox.net>2007-01-20 11:47:34 +0300
committerJunio C Hamano <junkio@cox.net>2007-01-21 08:32:31 +0300
commit53645a3a62977d5efd96ca9f3654985802212a9d (patch)
tree41541d269f42148f3939e64ab33969a6a2ca50d1 /reflog-walk.c
parent911cedc95c2990b75f010d0d7bdbbc5911831708 (diff)
reflog-walk: build fixes
Dependency on reflog-walk.h was missing in the Makefile, and reflog-walk.c did not even include it. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'reflog-walk.c')
-rw-r--r--reflog-walk.c1
1 files changed, 1 insertions, 0 deletions
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;