diff options
Diffstat (limited to 'exec-cmd.c')
| -rw-r--r-- | exec-cmd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/exec-cmd.c b/exec-cmd.c index 0232bbc990..6f61846389 100644 --- a/exec-cmd.c +++ b/exec-cmd.c @@ -1,7 +1,12 @@ #include "cache.h" +#include "abspath.h" +#include "environment.h" #include "exec-cmd.h" +#include "gettext.h" #include "quote.h" #include "strvec.h" +#include "trace.h" +#include "trace2.h" #if defined(RUNTIME_PREFIX) |
