aboutsummaryrefslogtreecommitdiffstats
path: root/protocol.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-03-21 06:26:03 +0000
committerJunio C Hamano <gitster@pobox.com>2023-03-21 10:56:53 -0700
commit32a8f510614312cc8b81bbc6a982d08ab7562ab4 (patch)
tree4633d5e03c17b0f6fd429a6b0847ed1d27857e40 /protocol.c
parenta64acf7298e87740a596123d2b39fefe623fd46f (diff)
downloadgit-32a8f510614312cc8b81bbc6a982d08ab7562ab4.tar.gz
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 'protocol.c')
-rw-r--r--protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol.c b/protocol.c
index c53f7df5be..bdb32e1eeb 100644
--- a/protocol.c
+++ b/protocol.c
@@ -1,5 +1,6 @@
#include "cache.h"
#include "config.h"
+#include "environment.h"
#include "protocol.h"
static enum protocol_version parse_protocol_version(const char *value)