19 Apr
2021
19 Apr
'21
9:12 a.m.
On 17/4/21 1:45 pm, Mark Weiman wrote:
On Linux, signal.h is not required to have access to the signal constants. On FreeBSD, this is not the case and requires signal.h to be explicitly included.
This patch adds an include for signal.h in any source file that uses it.
Signed-off-by: Mark Weiman <mark.weiman@markzz.com> --- This is a modified patch that just adds signal.h to required files instead of adding a check within meson.
Thanks. A