Skip to content
Snippets Groups Projects
Commit d87ae24d authored by Fedor Indutny's avatar Fedor Indutny
Browse files

hdr: always define NODE_WANT_INTERNALS

Otherwise the warning could be printed on some systems.

fix #8419
parent c8e0bdd7
No related merge requests found
......@@ -66,7 +66,7 @@
#include "node_object_wrap.h"
#if NODE_WANT_INTERNALS
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
# include "node_internals.h"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment