]> git.ipfire.org Git - thirdparty/git.git/blobdiff - run-command.c
typo: replace 'commitish' with 'committish'
[thirdparty/git.git] / run-command.c
index e64bb08a5bf890b1afddfede3519536a714debec..60c94198664738159fbae86afeb49bccd15f25e3 100644 (file)
@@ -5,6 +5,7 @@
 #include "gettext.h"
 #include "sigchain.h"
 #include "strvec.h"
+#include "symlinks.h"
 #include "thread-utils.h"
 #include "strbuf.h"
 #include "string-list.h"
@@ -15,6 +16,7 @@
 #include "packfile.h"
 #include "hook.h"
 #include "compat/nonblock.h"
+#include "alloc.h"
 
 void child_process_init(struct child_process *child)
 {