aboutsummaryrefslogtreecommitdiffstats
path: root/common/exechelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/exechelp.h')
-rw-r--r--common/exechelp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/exechelp.h b/common/exechelp.h
index dfca18f1e..05254cd21 100644
--- a/common/exechelp.h
+++ b/common/exechelp.h
@@ -222,6 +222,7 @@ struct spawn_cb_arg {
#else
struct spawn_cb_arg {
int fds[3];
+ int *except_fds;
void *arg;
};
#endif