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_file.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_file.cc')
-rw-r--r--src/node_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_file.cc b/src/node_file.cc
index 228e2260661..7eb0de310f7 100644
--- a/src/node_file.cc
+++ b/src/node_file.cc
@@ -24,7 +24,7 @@
#include "memory_tracker-inl.h"
#include "node_buffer.h"
#include "node_external_reference.h"
-#include "node_process.h"
+#include "node_process-inl.h"
#include "node_stat_watcher.h"
#include "util-inl.h"