summaryrefslogtreecommitdiff
path: root/src/inspector_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspector_io.h')
-rw-r--r--src/inspector_io.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inspector_io.h b/src/inspector_io.h
index 2b9f0acd48..21df54e031 100644
--- a/src/inspector_io.h
+++ b/src/inspector_io.h
@@ -1,6 +1,8 @@
#ifndef SRC_INSPECTOR_IO_H_
#define SRC_INSPECTOR_IO_H_
+#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#include "inspector_socket_server.h"
#include "node_mutex.h"
#include "uv.h"
@@ -90,4 +92,6 @@ class InspectorIo {
} // namespace inspector
} // namespace node
+#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#endif // SRC_INSPECTOR_IO_H_