diff options
Diffstat (limited to 'preload-index.c')
-rw-r--r-- | preload-index.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/preload-index.c b/preload-index.c index e44530c80c..7926eb09a6 100644 --- a/preload-index.c +++ b/preload-index.c @@ -1,13 +1,16 @@ /* * Copyright (C) 2008 Linus Torvalds */ + +#define USE_THE_REPOSITORY_VARIABLE + #include "git-compat-util.h" #include "pathspec.h" #include "dir.h" #include "environment.h" #include "fsmonitor.h" #include "gettext.h" -#include "config.h" +#include "parse.h" #include "preload-index.h" #include "progress.h" #include "read-cache.h" |