Skip to content

Commit

Permalink
sparse: Fix an "symbol 'cmd_index_pack' not declared" warning
Browse files Browse the repository at this point in the history
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ramsay Jones authored and Junio C Hamano committed Apr 11, 2011
1 parent f228d1f commit 2ad9d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/index-pack.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "cache.h"
#include "builtin.h"
#include "delta.h"
#include "pack.h"
#include "csum-file.h"
Expand Down

0 comments on commit 2ad9d4c

Please sign in to comment.