summaryrefslogtreecommitdiff
path: root/src/tty_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tty_wrap.h')
-rw-r--r--src/tty_wrap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tty_wrap.h b/src/tty_wrap.h
index 581972a3b9..5e0517598b 100644
--- a/src/tty_wrap.h
+++ b/src/tty_wrap.h
@@ -1,6 +1,8 @@
#ifndef SRC_TTY_WRAP_H_
#define SRC_TTY_WRAP_H_
+#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#include "env.h"
#include "handle_wrap.h"
#include "stream_wrap.h"
@@ -34,4 +36,6 @@ class TTYWrap : public StreamWrap {
} // namespace node
+#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#endif // SRC_TTY_WRAP_H_