diff --git a/test/test-spawn.c b/test/test-spawn.c index 13987744..7255975d 100644 --- a/test/test-spawn.c +++ b/test/test-spawn.c @@ -23,12 +23,13 @@ #include "task.h" #include #include +#include static int close_cb_called; static int exit_cb_called; static uv_process_t process; static uv_timer_t timer; -static uv_process_options_t options = { 0 }; +static uv_process_options_t options; static char exepath[1024]; static size_t exepath_size = 1024; static char* args[3];