Skip to content

Commit 642e570

Browse files
ramsay-jonesgitster
authored andcommitted
midx.h: add missing forward declarations (hdr-check)
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Reviewed-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4eb4416 commit 642e570

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

midx.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
#include "repository.h"
55

6+
struct object_id;
7+
struct pack_entry;
8+
69
struct multi_pack_index {
710
struct multi_pack_index *next;
811

0 commit comments

Comments
 (0)