]> asedeno.scripts.mit.edu Git - git.git/commitdiff
reflog-walk: build fixes
authorJunio C Hamano <junkio@cox.net>
Sat, 20 Jan 2007 08:47:34 +0000 (00:47 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 21 Jan 2007 05:32:31 +0000 (21:32 -0800)
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>
Makefile
reflog-walk.c

index 1a29392a1254ef4f2a15d9abb88ccfc29b77f479..07246f3d189ba670c96542294263a8bd4d3bd07a 100644 (file)
--- 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 \
index 2d974116ded2c3b5de8a4ab6cdcd9f02b0ff95c7..989a7aee95ae2cd5a71e68920df5ca2f69cfef83 100644 (file)
@@ -4,6 +4,7 @@
 #include "diff.h"
 #include "revision.h"
 #include "path-list.h"
+#include "reflog-walk.h"
 
 struct complete_reflogs {
        char *ref;