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/handle_wrap.cc')
-rw-r--r--src/handle_wrap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handle_wrap.cc b/src/handle_wrap.cc
index 071f5ff8737..7dcafa2ce6e 100644
--- a/src/handle_wrap.cc
+++ b/src/handle_wrap.cc
@@ -20,7 +20,7 @@
// USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "handle_wrap.h"
-#include "async-wrap-inl.h"
+#include "async_wrap-inl.h"
#include "env-inl.h"
#include "util-inl.h"
#include "node.h"