diff options
Diffstat (limited to 'pathspec.c')
| -rw-r--r-- | pathspec.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pathspec.c b/pathspec.c index ab70fcbe61..6972d515f0 100644 --- a/pathspec.c +++ b/pathspec.c @@ -1,8 +1,12 @@ #include "cache.h" +#include "abspath.h" #include "config.h" #include "dir.h" +#include "environment.h" +#include "gettext.h" #include "pathspec.h" #include "attr.h" +#include "setup.h" #include "strvec.h" #include "quote.h" |
