X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=transport-helper.c;h=8866adf08898f5855dd1dea1db4286021ffb880c;hb=ed36a48e6d246f4f60d44b27e8c1e660151cd0b4;hp=0c094d66c1e39423b9c0765c7690113b685c6cdc;hpb=419f37db4d1e2fe3c394c869c5375e545b3e364d;p=git.git diff --git a/transport-helper.c b/transport-helper.c index 0c094d66c..8866adf08 100644 --- a/transport-helper.c +++ b/transport-helper.c @@ -8,11 +8,11 @@ #include "quote.h" #include "remote.h" #include "string-list.h" +#include "thread-utils.h" static int debug; -struct helper_data -{ +struct helper_data { const char *name; struct child_process *helper; FILE *out;