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:
authorDarshan Sen <raisinten@gmail.com>2021-05-21 18:48:44 +0300
committerJames M Snell <jasnell@gmail.com>2021-05-25 17:16:42 +0300
commitfa7cdd6fc9dffa8139f9350f54959b01bf7a1151 (patch)
treef7f570b7a128a2e25e56976054a856ab63dad66b /src/node_perf.cc
parent3ad4fa01eb632e46e946a08b04e683f244e85cc9 (diff)
src: use SPrintF in ProcessEmitWarning
PR-URL: https://github.com/nodejs/node/pull/38758 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/node_perf.cc')
-rw-r--r--src/node_perf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_perf.cc b/src/node_perf.cc
index c1a0b2cf3a1..8c5778ecb10 100644
--- a/src/node_perf.cc
+++ b/src/node_perf.cc
@@ -5,7 +5,7 @@
#include "node_internals.h"
#include "node_perf.h"
#include "node_buffer.h"
-#include "node_process.h"
+#include "node_process-inl.h"
#include "util-inl.h"
#include <cinttypes>