From d5fff46f4025e23ec61b9d74eac2bb19e7a2385d Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 22 Apr 2023 20:17:12 +0000 Subject: copy.h: move declarations for copy.c functions from cache.h Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- pkt-line.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pkt-line.c') 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" -- cgit v1.2.3