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 --- builtin/hash-object.c | 1 + 1 file changed, 1 insertion(+) (limited to 'builtin/hash-object.c') diff --git a/builtin/hash-object.c b/builtin/hash-object.c index a2e160db02..a15fe4fd3f 100644 --- a/builtin/hash-object.c +++ b/builtin/hash-object.c @@ -15,6 +15,7 @@ #include "parse-options.h" #include "exec-cmd.h" #include "setup.h" +#include "write-or-die.h" /* * This is to create corrupt objects for debugging and as such it -- cgit v1.2.3