diff --git a/node.gyp b/node.gyp index e1a45d4407..6758e14c81 100644 --- a/node.gyp +++ b/node.gyp @@ -129,7 +129,8 @@ 'lib/console.js', 'lib/constants.js', 'lib/crypto.js', - 'lib/dgram.js', + 'lib/dgram_legacy.js', + 'lib/dgram_uv.js', 'lib/dns_legacy.js', 'lib/dns_uv.js', 'lib/events.js',