Skip to content

src: add missing "http_parser.h" include

In 9d522225 the indirect "http_parser.h" include was removed, which made NODE_STRINGIFY() fail silently for the http parser version in process.versions.

Ref: https://github.com/nodejs/node/pull/12366 Fixes: https://github.com/nodejs/node/issues/12463

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

src/process.versions

CI: https://ci.nodejs.org/job/node-test-commit/9161/

Merge request reports

Loading