diff options
author | Elijah Newren <newren@gmail.com> | 2023-03-21 07:26:07 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-03-21 18:56:54 +0100 |
commit | d48be35ca6f62e1ddd0161f9bbb4c893ee498bfe (patch) | |
tree | 66d12881f4679d03e364693a7bbdecae8ba8fbfe /diagnose.c | |
parent | treewide: remove cache.h inclusion due to setup.h changes (diff) | |
download | git-d48be35ca6f62e1ddd0161f9bbb4c893ee498bfe.tar.xz git-d48be35ca6f62e1ddd0161f9bbb4c893ee498bfe.zip |
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>
Diffstat (limited to 'diagnose.c')
-rw-r--r-- | diagnose.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diagnose.c b/diagnose.c index 169a55407f..f9a2496c7f 100644 --- a/diagnose.c +++ b/diagnose.c @@ -9,6 +9,7 @@ #include "strvec.h" #include "object-store.h" #include "packfile.h" +#include "write-or-die.h" struct archive_dir { const char *path; |