aboutsummaryrefslogtreecommitdiffstats
path: root/protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.c')
-rw-r--r--protocol.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/protocol.c b/protocol.c
index c53f7df5be..bae7226ff4 100644
--- a/protocol.c
+++ b/protocol.c
@@ -1,6 +1,10 @@
-#include "cache.h"
+#define USE_THE_REPOSITORY_VARIABLE
+
+#include "git-compat-util.h"
#include "config.h"
+#include "environment.h"
#include "protocol.h"
+#include "trace2.h"
static enum protocol_version parse_protocol_version(const char *value)
{