diff options
Diffstat (limited to 'common/exechelp.h')
-rw-r--r-- | common/exechelp.h | 1 |
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 |