diff options
| author | Elijah Newren <newren@gmail.com> | 2023-04-22 20:17:16 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 12:47:32 -0700 |
| commit | 641223137b6d78fa78946f09b472093a117dc04c (patch) | |
| tree | a4f3055fdc3bba1c4461c50ae457bd015682e241 /diff.c | |
| parent | match-trees.h: move declarations for match-trees.c functions from cache.h (diff) | |
| download | git-641223137b6d78fa78946f09b472093a117dc04c.tar.gz git-641223137b6d78fa78946f09b472093a117dc04c.zip | |
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>
Diffstat (limited to 'diff.c')
| -rw-r--r-- | diff.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
