commit | cb2a51356d3019582128a818aea533ccd11f42c0 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Sat Apr 22 20:17:09 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Apr 24 12:47:31 2023 -0700 |
tree | 6d0ce1d25618f84fbcd5fa9713722b474ed22fb9 | |
parent | 69a63fe663874716d2b5bf49b90c550f8279358e [diff] [blame] |
symlinks.h: move declarations for symlinks.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/unpack-trees.c b/unpack-trees.c index c6de2ca..e8a5295 100644 --- a/unpack-trees.c +++ b/unpack-trees.c
@@ -18,6 +18,7 @@ #include "sparse-index.h" #include "submodule.h" #include "submodule-config.h" +#include "symlinks.h" #include "trace2.h" #include "fsmonitor.h" #include "object-store.h"