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/crypto/crypto_cipher.cc')
-rw-r--r--src/crypto/crypto_cipher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/crypto_cipher.cc b/src/crypto/crypto_cipher.cc
index 5ce46658282..4629143d47e 100644
--- a/src/crypto/crypto_cipher.cc
+++ b/src/crypto/crypto_cipher.cc
@@ -6,7 +6,7 @@
#include "memory_tracker-inl.h"
#include "node_buffer.h"
#include "node_internals.h"
-#include "node_process.h"
+#include "node_process-inl.h"
#include "v8.h"
namespace node {