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_main.cc')
-rw-r--r--src/node_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_main.cc b/src/node_main.cc
index dba8b69203b..6471551d2c2 100644
--- a/src/node_main.cc
+++ b/src/node_main.cc
@@ -19,7 +19,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-#include <node.h>
+#include "node.h"
#ifdef _WIN32
int wmain(int argc, wchar_t *wargv[]) {