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
diff options
context:
space:
mode:
authorJuan José Arboleda <soyjuanarbol@gmail.com>2020-08-25 23:31:11 +0300
committerAnna Henningsen <anna@addaleax.net>2020-09-30 18:53:35 +0300
commitff4cf817a3159ddf7c4bf898819f88445c5fee53 (patch)
treeedbca8efc08eec6297be0e3bb088f9bf3e07b1bc /node.gyp
parenta8806535d9e7db7bf20b3b3ef8f911320baf7511 (diff)
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 <anna@addaleax.net>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
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',