diff options
Diffstat (limited to 'prompt.c')
-rw-r--r-- | prompt.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |