1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-26 00:06:16 +02:00

sparse: Fix an "symbol 'cmd_index_pack' not declared" warning

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ramsay Jones 2011-04-07 19:23:40 +01:00 committed by Junio C Hamano
parent f228d1f006
commit 2ad9d4cb18

View File

@ -1,4 +1,4 @@
#include "cache.h"
#include "builtin.h"
#include "delta.h"
#include "pack.h"
#include "csum-file.h"