summaryrefslogtreecommitdiff
path: root/src/tls_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls_wrap.h')
-rw-r--r--src/tls_wrap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tls_wrap.h b/src/tls_wrap.h
index 471a92056d..3e470f9c6d 100644
--- a/src/tls_wrap.h
+++ b/src/tls_wrap.h
@@ -1,6 +1,8 @@
#ifndef SRC_TLS_WRAP_H_
#define SRC_TLS_WRAP_H_
+#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#include "node.h"
#include "node_crypto.h" // SSLWrap
@@ -165,4 +167,6 @@ class TLSWrap : public AsyncWrap,
} // namespace node
+#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#endif // SRC_TLS_WRAP_H_