Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: add missing dependency for command-list.h
[gitweb.git]
/
run-command.c
diff --git
a/run-command.c
b/run-command.c
index 84899e423f098bb8cd61eee86bcc484139b1482f..12c94c1dbe5a720a7581af81516b6884fc25d8d0 100644
(file)
--- a/
run-command.c
+++ b/
run-command.c
@@
-1,6
+1,6
@@
#include "cache.h"
#include "run-command.h"
-#include "exec
_
cmd.h"
+#include "exec
-
cmd.h"
#include "sigchain.h"
#include "argv-array.h"
#include "thread-utils.h"