From ff4cf817a3159ddf7c4bf898819f88445c5fee53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Arboleda?= Date: Tue, 25 Aug 2020 15:31:11 -0500 Subject: src: create helper for reading Uint32BE Fixes: https://github.com/nodejs/node/issues/34827 PR-URL: https://github.com/nodejs/node/pull/34944 Reviewed-By: Anna Henningsen --- node.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'node.gyp') diff --git a/node.gyp b/node.gyp index 8f156e52285..5a0b1ea112c 100644 --- a/node.gyp +++ b/node.gyp @@ -668,6 +668,7 @@ 'src/base_object.h', 'src/base_object-inl.h', 'src/base64.h', + 'src/base64-inl.h', 'src/callback_queue.h', 'src/callback_queue-inl.h', 'src/connect_wrap.h', -- cgit v1.2.3