From 641223137b6d78fa78946f09b472093a117dc04c Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 22 Apr 2023 20:17:16 +0000 Subject: ws.h: move declarations for ws.c functions from cache.h Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'config.c') diff --git a/config.c b/config.c index 9beba19b41..97063a0743 100644 --- a/config.c +++ b/config.c @@ -35,6 +35,7 @@ #include "setup.h" #include "trace2.h" #include "worktree.h" +#include "ws.h" #include "wrapper.h" #include "write-or-die.h" -- cgit v1.2.3