diff options
| author | Elijah Newren <newren@gmail.com> | 2023-03-21 06:26:03 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-03-21 10:56:53 -0700 |
| commit | 32a8f510614312cc8b81bbc6a982d08ab7562ab4 (patch) | |
| tree | 4633d5e03c17b0f6fd429a6b0847ed1d27857e40 /builtin/index-pack.c | |
| parent | a64acf7298e87740a596123d2b39fefe623fd46f (diff) | |
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>
Diffstat (limited to 'builtin/index-pack.c')
| -rw-r--r-- | builtin/index-pack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/index-pack.c b/builtin/index-pack.c index 2393897cb8..fdce8f8872 100644 --- a/builtin/index-pack.c +++ b/builtin/index-pack.c @@ -2,6 +2,7 @@ #include "alloc.h" #include "config.h" #include "delta.h" +#include "environment.h" #include "gettext.h" #include "hex.h" #include "pack.h" |
