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 --- bundle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bundle.c') diff --git a/bundle.c b/bundle.c index efeaf6f715..dac82e2f2d 100644 --- a/bundle.c +++ b/bundle.c @@ -16,6 +16,7 @@ #include "strvec.h" #include "list-objects-filter-options.h" #include "connected.h" +#include "write-or-die.h" static const char v2_bundle_signature[] = "# v2 git bundle\n"; static const char v3_bundle_signature[] = "# v3 git bundle\n"; -- cgit v1.2.3