X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=run-command.h;h=ea73de309bc65c3d00bb34ad84824ba72d85cbfe;hb=aa544bfbc6eb11e4f0471f3144d3e3ac75c0e4a9;hp=3653bfa6e123ca8497571a2ca1c47200c1b544a2;hpb=a9041df7ab712be1bfad9e6b67bf4cbf0f7c9c9b;p=git-core%2Fgit.git diff --git a/run-command.h b/run-command.h index 3653bfa6e..ea73de309 100644 --- a/run-command.h +++ b/run-command.h @@ -5,8 +5,11 @@ #include #endif +#include "argv-array.h" + struct child_process { const char **argv; + struct argv_array args; pid_t pid; /* * Using .in, .out, .err: