mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
build: fix building with external builtins
PR-URL: https://github.com/nodejs/node/pull/39091 Backport-PR-URL: https://github.com/nodejs/node/pull/39419 Fixes: https://github.com/nodejs/node/issues/39090 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
e7f266e93d
commit
1ab4f81abc
|
|
@ -1,5 +1,6 @@
|
|||
#include "node_native_module.h"
|
||||
#include "util-inl.h"
|
||||
#include "debug_utils-inl.h"
|
||||
|
||||
namespace node {
|
||||
namespace native_module {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user