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/node_crypto_bio.h')
-rw-r--r--src/node_crypto_bio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_crypto_bio.h b/src/node_crypto_bio.h
index ef7012ba728..fef91750d54 100644
--- a/src/node_crypto_bio.h
+++ b/src/node_crypto_bio.h
@@ -26,8 +26,8 @@
#include "node_crypto.h"
#include "openssl/bio.h"
-#include "env-inl.h"
-#include "util-inl.h"
+#include "env.h"
+#include "util.h"
#include "v8.h"
namespace node {