summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 01a67a08c8..996121ee45 100644
--- a/node.gyp
+++ b/node.gyp
@@ -115,6 +115,7 @@
'src/smalloc.cc',
'src/spawn_sync.cc',
'src/string_bytes.cc',
+ 'src/stream_base.cc',
'src/stream_wrap.cc',
'src/tcp_wrap.cc',
'src/timer_wrap.cc',
@@ -151,6 +152,7 @@
'src/req-wrap.h',
'src/req-wrap-inl.h',
'src/string_bytes.h',
+ 'src/stream_base.h',
'src/stream_wrap.h',
'src/tree.h',
'src/util.h',