From d48be35ca6f62e1ddd0161f9bbb4c893ee498bfe Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 21 Mar 2023 06:26:07 +0000 Subject: write-or-die.h: move declarations for write-or-die.c functions from cache.h Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- csum-file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'csum-file.h') diff --git a/csum-file.h b/csum-file.h index 793a59da12..4cd9014e36 100644 --- a/csum-file.h +++ b/csum-file.h @@ -3,6 +3,7 @@ #include "cache.h" #include "hash.h" +#include "write-or-die.h" struct progress; -- cgit v1.2.3