diff mbox series

fixup! refs: plumb repo into ref stores

Message ID 20210930111329.20952-1-carenas@gmail.com (mailing list archive)
State New, archived
Headers show
Series fixup! refs: plumb repo into ref stores | expand

Commit Message

Carlo Marcelo Arenas Belón Sept. 30, 2021, 11:13 a.m. UTC
fails hdr-check in CI[1]

[1] https://github.com/carenas/git/runs/3754992076
---
 refs/packed-backend.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/refs/packed-backend.h b/refs/packed-backend.h
index 942c908771..f61a73ec25 100644
--- a/refs/packed-backend.h
+++ b/refs/packed-backend.h
@@ -1,6 +1,7 @@ 
 #ifndef REFS_PACKED_BACKEND_H
 #define REFS_PACKED_BACKEND_H
 
+struct repository;
 struct ref_transaction;
 
 /*