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_os.h')
-rw-r--r--src/node_os.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_os.h b/src/node_os.h
index 596d268e70a..25ff71eee34 100644
--- a/src/node_os.h
+++ b/src/node_os.h
@@ -22,8 +22,8 @@
#ifndef node_os_h
#define node_os_h
-#include <node.h>
-#include <v8.h>
+#include "node.h"
+#include "v8.h"
namespace node {