commit | d48be35ca6f62e1ddd0161f9bbb4c893ee498bfe | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue Mar 21 06:26:07 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Mar 21 10:56:54 2023 -0700 |
tree | 66d12881f4679d03e364693a7bbdecae8ba8fbfe | |
parent | 61a7b982647bb64779df9be66d9b13ecac811924 [diff] [blame] |
write-or-die.h: move declarations for write-or-die.c functions from cache.h Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/builtin/hash-object.c b/builtin/hash-object.c index a2e160d..a15fe4f 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