Skip to content

Commit 2ad9d4c

Browse files
Ramsay Jonesgitster
authored andcommitted
sparse: Fix an "symbol 'cmd_index_pack' not declared" warning
Signed-off-by: Ramsay Jones <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f228d1f commit 2ad9d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/index-pack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "cache.h"
1+
#include "builtin.h"
22
#include "delta.h"
33
#include "pack.h"
44
#include "csum-file.h"

0 commit comments

Comments
 (0)