Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/handle_wrap.h')
-rw-r--r--src/handle_wrap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/handle_wrap.h b/src/handle_wrap.h
index 49b36f80f95..eaf0faef200 100644
--- a/src/handle_wrap.h
+++ b/src/handle_wrap.h
@@ -1,6 +1,8 @@
#ifndef SRC_HANDLE_WRAP_H_
#define SRC_HANDLE_WRAP_H_
+#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#include "async-wrap.h"
#include "util.h"
#include "uv.h"
@@ -69,5 +71,6 @@ class HandleWrap : public AsyncWrap {
} // namespace node
+#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
#endif // SRC_HANDLE_WRAP_H_