commit | 32a8f510614312cc8b81bbc6a982d08ab7562ab4 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue Mar 21 06:26:03 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Mar 21 10:56:53 2023 -0700 |
tree | 4633d5e03c17b0f6fd429a6b0847ed1d27857e40 | |
parent | a64acf7298e87740a596123d2b39fefe623fd46f [diff] [blame] |
environment.h: move declarations for environment.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/builtin/worktree.c b/builtin/worktree.c index 1533b4a..d9345ef 100644 --- a/builtin/worktree.c +++ b/builtin/worktree.c
@@ -4,6 +4,7 @@ #include "config.h" #include "builtin.h" #include "dir.h" +#include "environment.h" #include "gettext.h" #include "hex.h" #include "parse-options.h"