From 2ad9d4cb18bc8debcc9da253425f7a598f40cee2 Mon Sep 17 00:00:00 2001 From: Ramsay Jones Date: Thu, 7 Apr 2011 19:23:40 +0100 Subject: [PATCH] sparse: Fix an "symbol 'cmd_index_pack' not declared" warning Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- builtin/index-pack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/index-pack.c b/builtin/index-pack.c index 31f001f105..e40451ffb4 100644 --- a/builtin/index-pack.c +++ b/builtin/index-pack.c @@ -1,4 +1,4 @@ -#include "cache.h" +#include "builtin.h" #include "delta.h" #include "pack.h" #include "csum-file.h" -- 2.11.4.GIT