diff --git a/main/gbx/gbx_event.c b/main/gbx/gbx_event.c index ba07f7564..a044aecb9 100644 --- a/main/gbx/gbx_event.c +++ b/main/gbx/gbx_event.c @@ -27,6 +27,7 @@ #include "gb_common_buffer.h" #include "gbx_exec.h" #include "gbx_api.h" +#include "gbx_signal.h" #include "gbx_event.h" @@ -231,6 +232,8 @@ bool EVENT_check_post(void) fprintf(stderr, "EVENT_check_post: START\n"); #endif + SIGNAL_check(SIGCHLD); + while (_post_list) { ret = TRUE;