Skip to content

src: remove util-inl.h include in node.h

Rodrigo Muino Tomonari requested to merge github/fork/addaleax/addons-fix into master

node.h may only include public APIs, which util-inl.h is not. There does not seem to be any reason for including it, so remove it, because otherwise native addon compilation is broken due to us not shipping the util-inl.h header.

Refs: https://github.com/nodejs/node/pull/27631 Fixes: https://github.com/nodejs/node/issues/27803

@bridgear It would be awesome if you could push out 12.3.1 with that soon, it completely breaks non-N-API addon compilation.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading