summaryrefslogtreecommitdiff
path: root/src/node_dir.cc
diff options
context:
space:
mode:
authorDarshan Sen <raisinten@gmail.com>2021-05-21 21:18:44 +0530
committerJames M Snell <jasnell@gmail.com>2021-05-25 07:16:42 -0700
commitfa7cdd6fc9dffa8139f9350f54959b01bf7a1151 (patch)
treef7f570b7a128a2e25e56976054a856ab63dad66b /src/node_dir.cc
parent3ad4fa01eb632e46e946a08b04e683f244e85cc9 (diff)
downloadnode-new-fa7cdd6fc9dffa8139f9350f54959b01bf7a1151.tar.gz
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_dir.cc')
-rw-r--r--src/node_dir.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_dir.cc b/src/node_dir.cc
index b103c08262..c530da0cc3 100644
--- a/src/node_dir.cc
+++ b/src/node_dir.cc
@@ -1,7 +1,7 @@
#include "node_dir.h"
#include "node_external_reference.h"
#include "node_file-inl.h"
-#include "node_process.h"
+#include "node_process-inl.h"
#include "memory_tracker-inl.h"
#include "util.h"