From: Ramsay Jones Date: Thu, 7 Apr 2011 18:23:40 +0000 (+0100) Subject: sparse: Fix an "symbol 'cmd_index_pack' not declared" warning X-Git-Tag: v1.7.6-rc0~147^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2ad9d4cb18bc8debcc9da253425f7a598f40cee2 sparse: Fix an "symbol 'cmd_index_pack' not declared" warning Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- 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"