commit | 641223137b6d78fa78946f09b472093a117dc04c | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Sat Apr 22 20:17:16 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Apr 24 12:47:32 2023 -0700 |
tree | a4f3055fdc3bba1c4461c50ae457bd015682e241 | |
parent | d4ff2072abed071bc9fd291d179162da46d1427f [diff] [blame] |
ws.h: move declarations for ws.c functions from cache.h Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/diff.c b/diff.c index e697f78..73d2ac0 100644 --- a/diff.c +++ b/diff.c
@@ -41,6 +41,7 @@ #include "object-name.h" #include "setup.h" #include "strmap.h" +#include "ws.h" #include "wrapper.h" #ifdef NO_FAST_WORKING_DIRECTORY