summaryrefslogtreecommitdiff
path: root/run-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'run-command.c')
-rw-r--r--run-command.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/run-command.c b/run-command.c
index 614d48fa9a..d4247d5fcc 100644
--- a/run-command.c
+++ b/run-command.c
@@ -5,9 +5,12 @@
#include "gettext.h"
#include "sigchain.h"
#include "strvec.h"
+#include "symlinks.h"
#include "thread-utils.h"
#include "strbuf.h"
#include "string-list.h"
+#include "trace.h"
+#include "trace2.h"
#include "quote.h"
#include "config.h"
#include "packfile.h"