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
path: root/tools
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-06-19 03:56:55 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-06-19 04:15:29 +0400
commit1b22f5376bd8b9276030333558136f4bfab05745 (patch)
tree01a2b2adf19d8043169a733897316770df14858f /tools
parentf405517de1273bdf8493bc8a1e1294ded026c93a (diff)
build: install eio-emul.h
Diffstat (limited to 'tools')
-rw-r--r--tools/installer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/installer.js b/tools/installer.js
index 72ee0414d1a..d32fa8efd82 100644
--- a/tools/installer.js
+++ b/tools/installer.js
@@ -92,7 +92,7 @@ if (cmd === 'install') {
copy([
// Node
'src/node.h', 'src/node_buffer.h', 'src/node_object_wrap.h',
- 'src/node_version.h', 'src/ev-emul.h',
+ 'src/node_version.h', 'src/ev-emul.h', 'src/eio-emul.h',
// v8
'deps/v8/include/v8-debug.h', 'deps/v8/include/v8-preparser.h',
'deps/v8/include/v8-profiler.h', 'deps/v8/include/v8-testing.h',