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:
Diffstat (limited to 'src/api/hooks.cc')
-rw-r--r--src/api/hooks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/hooks.cc b/src/api/hooks.cc
index cb46c5c1b87..c19d8c5b910 100644
--- a/src/api/hooks.cc
+++ b/src/api/hooks.cc
@@ -1,6 +1,6 @@
#include "env-inl.h"
#include "node_internals.h"
-#include "node_process.h"
+#include "node_process-inl.h"
#include "async_wrap.h"
namespace node {