summaryrefslogtreecommitdiff
path: root/pkt-line.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-03-21 06:26:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-03-21 17:56:54 (GMT)
commitd48be35ca6f62e1ddd0161f9bbb4c893ee498bfe (patch)
tree66d12881f4679d03e364693a7bbdecae8ba8fbfe /pkt-line.c
parent61a7b982647bb64779df9be66d9b13ecac811924 (diff)
downloadgit-d48be35ca6f62e1ddd0161f9bbb4c893ee498bfe.zip
git-d48be35ca6f62e1ddd0161f9bbb4c893ee498bfe.tar.gz
git-d48be35ca6f62e1ddd0161f9bbb4c893ee498bfe.tar.bz2
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 'pkt-line.c')
-rw-r--r--pkt-line.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkt-line.c b/pkt-line.c
index 30469eb..36ae0fe 100644
--- a/pkt-line.c
+++ b/pkt-line.c
@@ -4,6 +4,7 @@
#include "hex.h"
#include "run-command.h"
#include "wrapper.h"
+#include "write-or-die.h"
char packet_buffer[LARGE_PACKET_MAX];
static const char *packet_trace_prefix = "git";