src: include signal.h in util.h
authorCheng Zhao <zcbenz@gmail.com>
Fri, 25 Sep 2015 05:06:37 +0000 (13:06 +0800)
committerRod Vagg <rod@vagg.org>
Wed, 30 Sep 2015 06:02:13 +0000 (16:02 +1000)
commit9a593abc47a07bf53108e2cb90161d9665434c70
treeed6ed483a87cca05188b605e7c17e18ad157813a
parentfde0c6f321b72a423303c72970fa0419e4fd5583
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.

PR-URL: https://github.com/nodejs/node/pull/3058
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Rod Vagg <r@va.gg>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
src/util.h