Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 23:17:12 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-24 22:47:31 +0300
commitd5fff46f4025e23ec61b9d74eac2bb19e7a2385d (patch)
tree223c06ef38786395f30a23006a2fdd71c451a978 /pkt-line.c
parent623b80bef2431f2f0dc550dda9da5cb633c606fd (diff)
copy.h: move declarations for copy.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 3561d85358..8b5fa78851 100644
--- a/pkt-line.c
+++ b/pkt-line.c
@@ -1,4 +1,5 @@
#include "cache.h"
+#include "copy.h"
#include "pkt-line.h"
#include "gettext.h"
#include "hex.h"