hdr: always define NODE_WANT_INTERNALS

Otherwise the warning could be printed on some systems.

fix #8419
pull/23395/head
Fedor Indutny 2014-09-23 16:49:14 +04:00
parent c8e0bdd7cf
commit d87ae24dfe
1 changed files with 1 additions and 1 deletions

View File

@ -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