Skip to content

Commit

Permalink
midx.h: add missing forward declarations (hdr-check)
Browse files Browse the repository at this point in the history
Signed-off-by: Ramsay Jones <[email protected]>
Reviewed-by: Derrick Stolee <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
ramsay-jones authored and gitster committed Sep 20, 2018
1 parent 4eb4416 commit 642e570
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions midx.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

#include "repository.h"

struct object_id;
struct pack_entry;

struct multi_pack_index {
struct multi_pack_index *next;

Expand Down

0 comments on commit 642e570

Please sign in to comment.