From 73b4b86d29ada97e95198307412bd153a3f79a06 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 12 Oct 2011 14:51:25 -0700 Subject: [PATCH] Add cluster.js to node.gyp --- node.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/node.gyp b/node.gyp index 20398660752..5569d8a2e4a 100644 --- a/node.gyp +++ b/node.gyp @@ -19,6 +19,7 @@ 'lib/console.js', 'lib/constants.js', 'lib/crypto.js', + 'lib/cluster.js', 'lib/dgram.js', 'lib/dns.js', 'lib/events.js',