Skip to content

src: Include "signal.h" in "util.h"

It is required for using the SIGABRT constant.

It doesn't cause compilation errors in Node because most files already have "signal.h" included, but it causes errors for third party embedder.

Merge request reports

Loading