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:
authorAnna Henningsen <anna@addaleax.net>2020-09-30 19:09:08 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-03 18:41:30 +0300
commitfdf0a84e826d3a9ec0ce6f5a3f5adc967fe99408 (patch)
tree814abaae5eaa1e4f37c2563192dd258a60150fd1 /src/string_bytes.cc
parenta8556dae163312633290098c5a585bf995c0c0d5 (diff)
src: move all base64.h inline methods into -inl.h header file
Refs: https://github.com/nodejs/node/pull/34944#discussion_r480321239 PR-URL: https://github.com/nodejs/node/pull/35432 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'src/string_bytes.cc')
-rw-r--r--src/string_bytes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_bytes.cc b/src/string_bytes.cc
index 68c7c06d8df..b03268c49af 100644
--- a/src/string_bytes.cc
+++ b/src/string_bytes.cc
@@ -21,7 +21,7 @@
#include "string_bytes.h"
-#include "base64.h"
+#include "base64-inl.h"
#include "env-inl.h"
#include "node_buffer.h"
#include "node_errors.h"