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 --- archive-zip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'archive-zip.c') diff --git a/archive-zip.c b/archive-zip.c index c02dc33e40..e6f5c10a14 100644 --- a/archive-zip.c +++ b/archive-zip.c @@ -10,6 +10,7 @@ #include "utf8.h" #include "object-store.h" #include "userdiff.h" +#include "write-or-die.h" #include "xdiff-interface.h" #include "date.h" -- cgit v1.2.3