* [PATCH 2/9] sparse: Fix an "symbol 'cmd_index_pack' not declared" warning
@ 2011-04-07 18:23 Ramsay Jones
0 siblings, 0 replies; only message in thread
From: Ramsay Jones @ 2011-04-07 18:23 UTC (permalink / raw)
To: Junio C Hamano; +Cc: GIT Mailing-list, bebarino
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
---
builtin/index-pack.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/builtin/index-pack.c b/builtin/index-pack.c
index 31f001f..e40451f 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"
--
1.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-07 19:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 18:23 [PATCH 2/9] sparse: Fix an "symbol 'cmd_index_pack' not declared" warning Ramsay Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).