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/tcp_wrap.cc')
-rw-r--r--src/tcp_wrap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tcp_wrap.cc b/src/tcp_wrap.cc
index cd6ed3cef0a..6158a1c4a42 100644
--- a/src/tcp_wrap.cc
+++ b/src/tcp_wrap.cc
@@ -25,6 +25,7 @@
#include "env-inl.h"
#include "handle_wrap.h"
#include "node_buffer.h"
+#include "node_internals.h"
#include "node_wrap.h"
#include "connect_wrap.h"
#include "stream_base-inl.h"