OSDN Git Service

Sync with 2.0.4
[git-core/git.git] / run-command.h
index 3653bfa..ea73de3 100644 (file)
@@ -5,8 +5,11 @@
 #include <pthread.h>
 #endif
 
+#include "argv-array.h"
+
 struct child_process {
        const char **argv;
+       struct argv_array args;
        pid_t pid;
        /*
         * Using .in, .out, .err: