summaryrefslogtreecommitdiff
path: root/prompt.c
diff options
context:
space:
mode:
Diffstat (limited to 'prompt.c')
-rw-r--r--prompt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/prompt.c b/prompt.c
index 3baa33f63d..f21c5bf1c7 100644
--- a/prompt.c
+++ b/prompt.c
@@ -1,5 +1,7 @@
+#define USE_THE_REPOSITORY_VARIABLE
+
#include "git-compat-util.h"
-#include "config.h"
+#include "parse.h"
#include "environment.h"
#include "run-command.h"
#include "strbuf.h"