diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-23 01:31:52 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-23 01:31:52 -0700 |
commit | 95f5bddcd29f3406d9942a99807c063cc44181fc (patch) | |
tree | 61b3ea13150f6040323739cec1daf7b4690b0d01 | |
parent | 646881a15612c0039af1a4307e3981fd48931326 (diff) | |
parent | 3fb3cc69af397ee68774485042d6b48a49417c1a (diff) | |
download | git-95f5bddcd29f3406d9942a99807c063cc44181fc.tar.gz |
Merge branch 'jc/dirwalk-n-cache-tree' into next
* jc/dirwalk-n-cache-tree:
builtin-rm: squelch compiler warnings.
-rw-r--r-- | builtin-rm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin-rm.c b/builtin-rm.c index 0beb86dc3d..e7793a20f5 100644 --- a/builtin-rm.c +++ b/builtin-rm.c @@ -6,6 +6,7 @@ #include "cache.h" #include "builtin.h" #include "dir.h" +#include "cache-tree.h" static const char builtin_rm_usage[] = "git-rm [-n] [-v] [-f] <filepattern>..."; |