diff options
Diffstat (limited to 'deps/uv/uv.gyp')
-rw-r--r-- | deps/uv/uv.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp index 0a519b7949..63f3ec0e5a 100644 --- a/deps/uv/uv.gyp +++ b/deps/uv/uv.gyp @@ -50,6 +50,7 @@ 'include/uv-private/ngx-queue.h', 'include/uv-private/tree.h', 'src/cares.c', + 'src/fs-poll.c', 'src/uv-common.c', 'src/uv-common.h', 'src/ares/ares_cancel.c', @@ -339,6 +340,7 @@ 'test/test-shutdown-close.c', 'test/test-shutdown-eof.c', 'test/test-spawn.c', + 'test/test-fs-poll.c', 'test/test-stdio-over-pipes.c', 'test/test-tcp-bind-error.c', 'test/test-tcp-bind6-error.c', |