On 9/18/2018 8:13 PM, Ramsay Jones wrote:
Signed-off-by: Ramsay Jones <[email protected]>
---
  midx.h | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/midx.h b/midx.h
index a210f1af2a..622ddac472 100644
--- a/midx.h
+++ b/midx.h
@@ -3,6 +3,9 @@
#include "repository.h" +struct object_id;
+struct pack_entry;
+
  struct multi_pack_index {
        struct multi_pack_index *next;

Thanks for catching this!

Reviewed-by: Derrick Stolee <[email protected]>

Reply via email to