summaryrefslogtreecommitdiff
path: root/src/req-wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/req-wrap.h')
-rw-r--r--src/req-wrap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/req-wrap.h b/src/req-wrap.h
index 240df76ebf..e226dc6395 100644
--- a/src/req-wrap.h
+++ b/src/req-wrap.h
@@ -1,6 +1,8 @@
#ifndef SRC_REQ_WRAP_H_
#define SRC_REQ_WRAP_H_
+#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#include "async-wrap.h"
#include "env.h"
#include "util.h"
@@ -27,4 +29,6 @@ class ReqWrap : public AsyncWrap {
} // namespace node
+#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#endif // SRC_REQ_WRAP_H_