Leo cf8d9ad3ec Fix reliance on transitive include.
kill(2) is declared in signal.h, however previously this header was not
included. It happened to work on glibc, where sys/wait.h includes
signal.h, this is however not required behavior in the POSIX standard:

> Inclusion of the <sys/wait.h> header may also make visible all symbols
> from <signal.h> and <sys/resource.h>.

Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
2025-02-19 19:19:59 -08:00
..
2021-06-20 13:19:40 -07:00
2025-02-19 19:19:59 -08:00
2022-09-29 06:54:24 -07:00